Revision 8750
Added by Aaron Marcuse-Kubitza over 11 years ago
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 |
"( ICON=("".*?"").*?>)(?:(?s)<img\b.*?/>)?","\1<img width=""16"" height=""16"" |
|
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 |
|
21 | 22 |
src=\2 |
22 |
style=""margin-right: 0.5em;""/>",display ICON attributes as separate images
|
|
23 |
",display ICON attribute as favicon when available
|
|
23 | 24 |
,,#### svn diff cleanup |
24 | 25 |
" (ICON=""data:.*?"") ?(?! |
25 | 26 |
)"," |
Also available in: Unified diff
lib/Firefox_bookmarks.reformat.csv: favicon images: display placeholder favicon image for every link to ensure uniform alignment