new patch

unknown@riverstyx.net
Tue, 25 May 1999 19:24:57 -0700 (PDT)


that's more like it.  if SRC came directly after IMG it would break with
the old patch, 'coz the [^>]+ was eating the space, leaving no character
to match the not-dot. the \b doesn't eat the space, but it still requires
it so there won't be any screwups on IMGSRC (not that I expect that to
ever happen).

330,331c330,331
<     [^>]*                         # still inside tag (not strictly
correct)
<     \b(?:[^.]src|href|background)         # some link attribute
---
>     [^>]+                         # still inside tag (not strictly
correct)
>     \b(?:src|href|background)     # some link attribute


---
tani hosokawa
river styx internet