mirror of
https://github.com/mirror/wget.git
synced 2024-12-27 13:20:23 +08:00
Reversed broken "fix" of @@ processing
This commit is contained in:
parent
d3c982b1bd
commit
cd04dcfa2a
@ -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/&/&/g;
|
||||
s/\@\@/&at;/g;
|
||||
s/\@\{/{/g;
|
||||
s/\@\}/}/g;
|
||||
s/\@\@/&at;/g;
|
||||
|
||||
# Inside a verbatim block, handle @var specially.
|
||||
if ($shift ne "") {
|
||||
|
Loading…
Reference in New Issue
Block a user