Project

General

Profile

« Previous | Next » 

Revision 8751

bugfix: lib/Firefox_bookmarks.reformat.csv: favicon images: made replacements idempotent so that the favicons would not be deleted the next time the web/links/index.htm.run is run (due to a newline being added before ICON= )

View differences:

Firefox_bookmarks.reformat.csv
17 17
(?! *<).*)*(?=
18 18
 *<DL>)","\g<0>
19 19
</DD>",close <DD> when followed by tags which don't autoclose it properly
20
(<A .*?>)(?:(?s)<img\b.*?/>)?,"\1<img width=""16"" height=""16"" src=""blank.gif"" style=""margin-right: 0.5em;""/>",display placeholder favicon image for every link to ensure uniform alignment
21
"( ICON=("".*?"").*?>.*?) src=""blank\.gif"" ","\1
20
(?s)(<A .*?>)(?:<img\b.*?/>)?,"\1<img width=""16"" height=""16"" src=""blank.gif"" style=""margin-right: 0.5em;""/>",display placeholder favicon image for every link to ensure uniform alignment
21
"(?s)(\bICON=("".*?"").*?>.*?) src=""blank\.gif"" ","\1
22 22
src=\2
23 23
",display ICON attribute as favicon when available
24 24
,,#### svn diff cleanup

Also available in: Unified diff