From f7b02b6b25bb7064ebda0a2a4efd5218df59f2d4 Mon Sep 17 00:00:00 2001 From: Laura Arjona Reina Date: Sun, 12 Feb 2017 19:14:02 +0000 Subject: Fix syntax errors CVS version numbers stattrans.pl: 1.121 -> 1.122 --- stattrans.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stattrans.pl') diff --git a/stattrans.pl b/stattrans.pl index f86a07b69e3..dbf8bacd21b 100755 --- a/stattrans.pl +++ b/stattrans.pl @@ -538,7 +538,7 @@ foreach $lang (@search_in) { printf HTML qq|webwml-stattrans\n|, alioth_cvs_view_url('stattrans.pl'); print HTML "
\n"; - print HTML 'Created with \n"' + print HTML 'Created with \n"'; print HTML "
\n"; print HTML "\n\n"; $color = get_color ($percent_a{$lang}); @@ -680,7 +680,7 @@ printf HTMLI "#use wml::debian::template title=\"%s\"\n\n", $config{'title'}; printf HTMLI qq|webwml-stattrans\n|, alioth_cvs_view_url('stattrans.pl'); print HTMLI "
\n"; -print HTMLI 'Created with \n' +print HTMLI 'Created with \n'; print HTMLI "
\n"; print HTMLI '

Translated web pages

'."\n"; printf HTMLI "

\n",($wml{'english'}+$untranslated{'english'}); -- cgit v1.2.3