Make meta refresh content attribute parsing more tolerant.
commit41ece7a758aa338072dae8bfdb6bbd7f049dd8f7
authorLaurent MONIN <zas@norz.org>
Sat, 8 Sep 2007 19:03:22 +0000 (8 21:03 +0200)
committerLaurent MONIN <zas@norz.org>
Tue, 11 Sep 2007 15:55:10 +0000 (11 17:55 +0200)
tree2829ee52102f7426cb7c054ac0d415bffabfe5e9
parent8dbd38eded021865aa82a7a611e351a91b80dd1e
Make meta refresh content attribute parsing more tolerant.

Simply search for 'url' marker ignoring anything
before it.
ELinks is now able to follow incorrectly written
meta refresh content attribute with missing ; before
url= parameter.
As an example, try http://akkada.tivi.net.pl/
src/document/html/parser.c