Project

General

Profile

« Previous | Next » 

Revision 8851

lib/Firefox_bookmarks.reformat.csv: formatting fixes: don't put the src attribute of the favicon image on its own line, because it no longer contains long inline image data

View differences:

Firefox_bookmarks.reformat.csv
18 18
 *<DL>)","\g<0>
19 19
</DD>",close <DD> when followed by tags which don't autoclose it properly
20 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_URI=("".*?"").*?>.*?) src=""blank\.gif"" ","\1
22
src=\2
23
",display ICON_URI attribute as favicon when available
21
"(?s)(\bICON_URI=("".*?"").*?>.*?\bsrc=)""blank\.gif""",\1\2,display ICON_URI attribute as favicon when available
24 22
,,#### svn diff cleanup
25 23
" ICON=""data:.*?""",,"remove ICON attributes with inline image data, which are not needed and clutter up the svn diff"
26 24
" LAST_MODIFIED="".*?""",,"remove LAST_MODIFIED attributes, which seem to change whenever the favicon is updated and clutter up the svn diff"

Also available in: Unified diff