aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorRhonda D'Vine <alfie>2002-11-15 22:58:16 +0000
committerRhonda D'Vine <alfie>2002-11-15 22:58:16 +0000
commit4200f56a7b46993ed687f944c435fe61e5c423dc (patch)
tree8b9af481161c9a0ae8f4bb8ba37be4db66d39a8e /stattrans.pl
parentfe7712171f7a7f95aa92f0ece84d5f743e94897f (diff)
TOC entries shouldn't be on a paragraph on their own, a <br /> is enough.
CVS version numbers stattrans.pl: 1.48 -> 1.49
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl11
1 files changed, 6 insertions, 5 deletions
diff --git a/stattrans.pl b/stattrans.pl
index 3aa96592066..69b5f992efd 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -337,19 +337,20 @@ foreach $lang (@search_in) {
# Make the table of content
print HTML "<h3>Table of Contents</h3>\n";
print HTML "<p><a href=\"./\">Back to index of languages</a></p>\n";
- print HTML "<p><a href=\"../\">Working on the website</a></p>\n";
+ print HTML "<br /><a href=\"../\">Working on the website</a>\n";
if ($o_body) {
- print HTML "<p><a href=\"#outdated\">Outdated translations</a></p>\n";
+ print HTML "<br /><a href=\"#outdated\">Outdated translations</a>\n";
}
if ($u_body) {
- print HTML "<p><a href=\"#untranslated\">Pages not translated</a></p>\n";
+ print HTML "<br /><a href=\"#untranslated\">Pages not translated</a>\n";
}
if ($t_body) {
- print HTML "<p><a href=\"#uptodate\">Translations up to date</a></p>\n";
+ print HTML "<br /><a href=\"#uptodate\">Translations up to date</a>\n";
}
if ($lang ne 'english') {
- print HTML "<p><a href=\"#gettext\">Translations of templates (gettext files)</a></p>\n";
+ print HTML "<br /><a href=\"#gettext\">Translations of templates (gettext files)</a>\n";
}
+ print HTML "</p>\n";
# outputs the content
if ($o_body) {

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