aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/release.wml
diff options
context:
space:
mode:
authorJosip Rodin <joy>2000-07-27 17:03:21 +0000
committerJosip Rodin <joy>2000-07-27 17:03:21 +0000
commitcb971aa4f1522285e6b04d24ff34343a7b1329dd (patch)
treef62531429543e603e951447391e964359ffd25dd /english/template/debian/release.wml
parentded7dd0c539e342c6880364b6887a86344afcc37 (diff)
that slash is valid only for release-notes which is in a subdirectory, but not for install
CVS version numbers english/template/debian/release.wml: 1.4 -> 1.5
Diffstat (limited to 'english/template/debian/release.wml')
-rw-r--r--english/template/debian/release.wml6
1 files changed, 5 insertions, 1 deletions
diff --git a/english/template/debian/release.wml b/english/template/debian/release.wml
index e170cb34002..0215af94eba 100644
--- a/english/template/debian/release.wml
+++ b/english/template/debian/release.wml
@@ -103,7 +103,11 @@ sub permute_as_matrix {
}
# only print the arch name on the first row
if ( $first == 1 ) {
- print " <td align=\"left\"><a href=\"$arch/$file/\">" . $arches{$arch} . "</a></td>\n";
+ if ($file =~ /release-notes/) {
+ print " <td align=\"left\"><a href=\"$arch/$file/\">" . $arches{$arch} . "</a></td>\n";
+ } else {
+ print " <td align=\"left\"><a href=\"$arch/$file\">" . $arches{$arch} . "</a></td>\n";
+ }
$first = 0;
} else {
print " <td>&nbsp;</td>\n";

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