Project

General

Profile

« Previous | Next » 

Revision 9367

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

View differences:

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

  
15 19
all()

Also available in: Unified diff