aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorBoyuan Yang <hosiet-guest>2017-12-13 05:45:47 +0000
committerBoyuan Yang <hosiet-guest>2017-12-13 05:45:47 +0000
commitd49f49a7cb333bb8f93a45e86aec0d44b812ac6f (patch)
tree54c0cc84b3561345f00adbf67df722ef12cda110 /stattrans.pl
parent4d0fe47f90e4f8c6a3ed6053d2b3de86b9edb618 (diff)
stattrans.pl: add space between html attributes
Patch confirmed and proposed in bug 745584. Closes: #745584 CVS version numbers stattrans.pl: 1.126 -> 1.127
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stattrans.pl b/stattrans.pl
index 1455b7302a7..a321ad54f75 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -788,7 +788,7 @@ print HTMLI "</table>\n";
print HTMLI '<h2><gettext domain="stats">Translated templates (PO files)</gettext></h2>'."\n";
printf HTMLI "<p><stats_strings %d></p>\n",$po_total{'total'};
-print HTMLI '<table summary="<gettext domain="stats">PO Translation Statistics</gettext>"class="stattrans">'."\n";
+print HTMLI '<table summary="<gettext domain="stats">PO Translation Statistics</gettext>" class="stattrans">'."\n";
print HTMLI "<colgroup span=\"1\"width=\"28%\">\n";
print HTMLI "</colgroup>";
print HTMLI "<colgroup span=\"6\" width=\"12%\">\n";

© 2014-2024 Faster IT GmbH | imprint | privacy policy