]> sjero.net Git - wget/commitdiff
Reversed broken "fix" of @@ processing
authorMicah Cowan <micah@cowan.name>
Fri, 28 Sep 2007 02:03:05 +0000 (19:03 -0700)
committerMicah Cowan <micah@cowan.name>
Fri, 28 Sep 2007 02:03:05 +0000 (19:03 -0700)
doc/texi2pod.pl

index daad3f6d706abb961aacf7709867c71ab61e2fb1..bcb276c6f477a4ecdbc83aea973bbc874d24eca9 100755 (executable)
@@ -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 "") {