scrapemark icon indicating copy to clipboard operation
scrapemark copied to clipboard

Scrapemark sometimes gets confused w/ non-closing HTML tags

Open arshaw opened this issue 14 years ago • 1 comments

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

arshaw avatar Feb 09 '11 05:02 arshaw

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

dimitern avatar Feb 26 '11 16:02 dimitern