aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorTobias Quathamer <toddy>2006-03-13 12:49:12 +0000
committerTobias Quathamer <toddy>2006-03-13 12:49:12 +0000
commit07319f74bca97cdcf6e4e08797f8ef0ddfe45480 (patch)
treeb2af5fadce25faf1775131a4a4709b8cd234b5c7 /stattrans.pl
parent12f2128870ba26c14b14e61eef6e51157b612b90 (diff)
Added closing </li> tags
CVS version numbers stattrans.pl: 1.75 -> 1.76
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/stattrans.pl b/stattrans.pl
index c5a1e02b75b..4fecfc89190 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -406,19 +406,19 @@ foreach $lang (@search_in) {
# Make the table of content
print HTML "<h3>Table of Contents</h3>\n";
print HTML "<ul>\n";
- print HTML "<li><a href=\"./\">Back to index of languages</a>\n";
- print HTML "<li><a href=\"../\">Working on the website</a>\n";
+ print HTML "<li><a href=\"./\">Back to index of languages</a></li>\n";
+ print HTML "<li><a href=\"../\">Working on the website</a></li>\n";
if ($o_body) {
- print HTML "<li><a href=\"#outdated\">Outdated translations</a>\n";
+ print HTML "<li><a href=\"#outdated\">Outdated translations</a></li>\n";
}
if ($u_body) {
- print HTML "<li><a href=\"#untranslated\">Pages not translated</a>\n";
+ print HTML "<li><a href=\"#untranslated\">Pages not translated</a></li>\n";
}
if ($t_body) {
- print HTML "<li><a href=\"#uptodate\">Translations up to date</a>\n";
+ print HTML "<li><a href=\"#uptodate\">Translations up to date</a></li>\n";
}
if ($lang ne 'english') {
- print HTML "<li><a href=\"#gettext\">Translations of templates (gettext files)</a>\n";
+ print HTML "<li><a href=\"#gettext\">Translations of templates (gettext files)</a></li>\n";
}
print HTML "</ul>\n";

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