aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorTobias Quathamer <toddy>2009-10-13 22:28:50 +0000
committerTobias Quathamer <toddy>2009-10-13 22:28:50 +0000
commitd088fef9e1b8c89e3831ac0a8e66b4dab47dfd95 (patch)
tree373ee2fb5233c1dd6fcd4ba036da78b0fced4249 /stattrans.pl
parent9ebdfae5be04b53f3891042a640476945db74e80 (diff)
Fix minor HTML error and use one <td></td> for [V] and [F]
CVS version numbers stattrans.pl: 1.91 -> 1.92
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/stattrans.pl b/stattrans.pl
index 446533761ce..d6d35d5c6bb 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -331,8 +331,8 @@ foreach $lang (@search_in) {
$file, $transversion{"$lang/$file"}, $version{"$orig/$file"}, $seconddifftype, $transversion{"$lang/$file"}, $version{"$orig/$file"};
}
$o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/webwml/$orig/%s?root=webwml#rev%s\">[L]</a></td>", $file, $version{"$orig/$file"};
- $o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/webwml/%s/%s?root=webwml\&amp;view=markup\&amp;revision=%s\">[V]</a></td>", $lang, $file, $version{"$orig/$file"};
- $o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/*checkout*/webwml/%s/%s?root=webwml\&amp;revision=%s\">[F]</a></td>", $lang, $file, $version{"$orig/$file"};
+ $o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/webwml/%s/%s?root=webwml\&amp;view=markup\&amp;revision=%s\">[V]</a>\&nbsp;", $lang, $file, $version{"$orig/$file"};
+ $o_body .= sprintf "<a href=\"http://alioth.debian.org/scm/viewvc.php/*checkout*/webwml/%s/%s?root=webwml\&amp;revision=%s\">[F]</a></td>", $lang, $file, $version{"$orig/$file"};
$o_body .= sprintf "<td align=center>%s</td>", $maintainer{"$lang/$file"} || "";
$o_body .= "</tr>\n";
$outdated{$lang}++;

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