aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/translation-check.wml
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2005-08-29 00:18:23 +0000
committerDenis Barbier <barbier>2005-08-29 00:18:23 +0000
commit103cdc60df28c94b88d762be2d846c280776e263 (patch)
treebd3b804b996f0a236d1cae90ec46ed29d18dd480 /english/template/debian/translation-check.wml
parent2278edaa560c6a96a5774fc329af5e79ba06ee47 (diff)
Really fix this <p> tag
CVS version numbers english/template/debian/translation-check.wml: 1.76 -> 1.77
Diffstat (limited to 'english/template/debian/translation-check.wml')
-rw-r--r--english/template/debian/translation-check.wml2
1 files changed, 1 insertions, 1 deletions
diff --git a/english/template/debian/translation-check.wml b/english/template/debian/translation-check.wml
index df0026d8680..c97cf553fe9 100644
--- a/english/template/debian/translation-check.wml
+++ b/english/template/debian/translation-check.wml
@@ -147,7 +147,7 @@ if ($output ne "") {
$output =~ s/^\s+//m; # removes whitespace at the beginning
$output =~ s/\s+$//m; # removes whitespace at the end
$output =~ s/\n/ /sg; # replaces linebreaks with whitespace
- print "<p*>$output";
+ print "<p>$output</p>";
}
}

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