Project

General

Profile

« Previous | Next » 

Revision 9368

bugfix: web/links/index.htm.run: prepend __ to the HTML anchors of bookmarks toolbar links so they don't shadow/override folders of the same name: need to replace all occurrences (using /g option to sed) to include both HTML anchors on the line

View differences:

index.htm.run
12 12
	"$root_dir"/lib/Firefox_bookmarks.reformat.csv
13 13
	command in_place "$top_file" $sed_cmd \
14 14
'/^    <DT><a name="Quick links".*PERSONAL_TOOLBAR_FOLDER/,/^    <\/DL>/{
15
s/( name=")([^_])/\1__\2/
15
s/( name=")([^_])/\1__\2/g
16 16
}'
17 17
}
18 18

  

Also available in: Unified diff