Revision 9325
Added by Aaron Marcuse-Kubitza over 11 years ago
Firefox_bookmarks.reformat.csv | ||
---|---|---|
46 | 46 |
<DT><H3[^\n]*?>([^\n]*?)</H3>$)",\1,use page title as window title |
47 | 47 |
,,#### indexing |
48 | 48 |
(<DT>)(?:<a name=.*?>)?(<H3[^\n]*?>(.*?)</H3>)(?:</a>)?,"\1<a name=""\3"" href=""#\3"">\2</a>",add hyperlinked HTML anchors for folders |
49 |
"(?i)(<A\b.* HREF=""(?!#)(.*?)"")(?: name="".*?"")?","\1 name=""\2""",add HTML anchors for external links' URLs |
|
49 |
"(?i)(<A\b.*? HREF=""(?!#)(.*?)"")(?: name="".*?"")?","\1 name=""\2""",add HTML anchors for external links' URLs |
Also available in: Unified diff
bugfix: lib/Firefox_bookmarks.reformat.csv: add HTML anchors for external links' URLs: use .*? instead of .* to match the contents of the <A> tag before the HREF