Merge branch '2.9dev_html' into html_headers_and_footers
This commit is contained in:
commit
a3794d1f74
|
@ -1953,7 +1953,9 @@ emphasize_stuff_in_headers(){
|
|||
-e "s/X-AspNet-Version/${yellow}X-AspNet-Version${off}/g"
|
||||
|
||||
if "$do_html"; then
|
||||
html_out "$(tm_out "$1" | sed -e "s/\([0-9]\)/${html_brown}\1${html_off}/g" \
|
||||
html_out "$(tm_out "$1" | sed -e 's/\&/\&/g' \
|
||||
-e 's/</\</g' -e 's/>/\>/g' -e 's/"/\"/g' -e "s/'/\'/g" \
|
||||
-e "s/\([0-9]\)/${html_brown}\1${html_off}/g" \
|
||||
-e "s/Debian/${html_yellow}\Debian${html_off}/g" \
|
||||
-e "s/Win32/${html_yellow}\Win32${html_off}/g" \
|
||||
-e "s/Win64/${html_yellow}\Win64${html_off}/g" \
|
||||
|
|
Loading…
Reference in New Issue