ArchLUG Blog20030909Added RadioUserland auto-subscribe links and icon. The Gimp colormap wheel tool is amazing. Fixed the table problem described in ArchLUG Blog20030904. In Formatter::http_link(), I'm now using this regex:
instead of this one:
Notice the addition of "<|" to the zero-width look-ahead assertion. This prevents it from matching the adjacent "</td>" tag when the table is parsed. Also in Formatter::http_link_format(), I'm now using this regex:
instead of this one:
This allows image URLs to be https and ftp. I also cleaned up some extra needless "paragraphing" around html tags - table, dl, dt, dd, tr, td, etc. |
||||
|
||||