From d4cae8e49a9def92bc74bebc161a05b50662d56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Tue, 8 Mar 2011 07:23:20 +0000 Subject: (validate) Delete spurious ' and

tags CVS version numbers stattrans.pl: 1.99 -> 1.100 --- stattrans.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stattrans.pl') diff --git a/stattrans.pl b/stattrans.pl index 08949781347..80668389073 100755 --- a/stattrans.pl +++ b/stattrans.pl @@ -535,7 +535,7 @@ foreach $lang (@search_in) { print HTML "\n"; } if ($ui_body) { - print HTML "International pages not translated\n"; + print HTML "International pages not translated\n"; print HTML "\n"; print HTML $ui_body; print HTML "
\n"; @@ -578,7 +578,7 @@ foreach $lang (@search_in) { print HTML "\n"; } - print HTML "

Created with webwml-stattrans

\n"; + print HTML "
Created with webwml-stattrans
\n"; close (HTML); } else { print "Can't open $config{'htmldir'}/$l.wml\n"; @@ -716,7 +716,7 @@ foreach $lang (@search_in) { print HTMLI ""; print HTMLI "\n"; -print HTMLI "

Created with webwml-stattrans

\n"; +print HTMLI "
Created with webwml-stattrans
\n"; close (HTMLI); print "done.\n" if ($config{'verbose'}); -- cgit v1.2.3