From bc811a8420849d22f25aa2d681ce9e0b23f11ec8 Mon Sep 17 00:00:00 2001 From: Laura Arjona Reina Date: Fri, 10 Feb 2017 21:51:25 +0000 Subject: " -> ' so the wmlxgettext.pl script is happy and generates the string CVS version numbers stattrans.pl: 1.120 -> 1.121 --- stattrans.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stattrans.pl') diff --git a/stattrans.pl b/stattrans.pl index dd7531b93bf..f86a07b69e3 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