X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/ff9fae99fb73d2b2176f1f9a902535edc70de54a..308dc7bdfb924370cfd205f656eb0e83191d01a9:/doc/makehtml.pl diff --git a/doc/makehtml.pl b/doc/makehtml.pl index cfaed9d..003e9b5 100755 --- a/doc/makehtml.pl +++ b/doc/makehtml.pl @@ -2,6 +2,7 @@ $printbr = 1; $printtable = 0; while (<>) { + s/\\&//g; s/&/&/g; s/\/>/g;