Skip to content
New issue

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

Scrapemark sometimes gets confused w/ non-closing HTML tags #5

Open
arshaw opened this issue Feb 9, 2011 · 1 comment
Open

Scrapemark sometimes gets confused w/ non-closing HTML tags #5

arshaw opened this issue Feb 9, 2011 · 1 comment

Comments

@arshaw
Copy link
Owner

arshaw commented Feb 9, 2011

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 }}"> 
*}
@dimitern
Copy link

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">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants