* if we find an '&', try to watch out for an ; within the next 6 chars. if we find...
authorWilfried Göesgens <willi@citadel.org>
Wed, 30 Jan 2008 22:44:37 +0000 (22:44 +0000)
committerWilfried Göesgens <willi@citadel.org>
Wed, 30 Jan 2008 22:44:37 +0000 (22:44 +0000)
commitcb5d2792dae12a5711734da4623eb9cbecf0dfef
tree93e6db7f315f9d53c77761f8c2aaabdfb622bb65
parent172af31bec540db82b61d6c0d9c7372bb7142607
* if we find an '&', try to watch out for an ; within the next 6 chars. if we find a ';' we probably found an entity, and the URL is finished.
* fixiate our endpoint by a '\0' so the other fixups don't trick us.
webcit/html2html.c