changeset 1568:bf9a621ae098

Oops. Remove useless replacement in xmlentities2().
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 19 Apr 2013 17:25:07 +0300
parents 82050e2f0c42
children 3d0280f063b9
files docs/tfdoc.pl
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/tfdoc.pl	Fri Apr 19 16:28:49 2013 +0300
+++ b/docs/tfdoc.pl	Fri Apr 19 17:25:07 2013 +0300
@@ -23,7 +23,6 @@
 
 my %xentities = (
   "&" => "&amp;",
-  "ยง" => "",
 );
 
 sub xmlentities2($)