1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Reversed broken "fix" of @@ processing

This commit is contained in:
Micah Cowan 2007-09-27 19:03:05 -07:00
parent d3c982b1bd
commit cd04dcfa2a

View File

@ -204,9 +204,9 @@ while(<$inf>) {
# Now the ones that have to be replaced by special escapes
# (which will be turned back into text by unmunge())
s/&/&amp;/g;
s/\@\@/&at;/g;
s/\@\{/&lbrace;/g;
s/\@\}/&rbrace;/g;
s/\@\@/&at;/g;
# Inside a verbatim block, handle @var specially.
if ($shift ne "") {