We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported by project member adamrshaw, Oct 22, 2009
wojtek has pointed out that the following pattern messes up when scraping html w/o closing tags on the
{* <img src="/_customFiles/pictures/{{ [foo].name }}"> *}
The text was updated successfully, but these errors were encountered:
Yes, this is also true for form inputs, which make it virtually unusable to scrape messy html form inputs, like:
<input name="one" value="1"> <input name="two" value="2" /> <input name="three" value="3">
Sorry, something went wrong.
No branches or pull requests
Reported by project member adamrshaw, Oct 22, 2009
wojtek has pointed out that the following pattern messes up when scraping
html w/o closing tags on the
The text was updated successfully, but these errors were encountered: