aboutsummaryrefslogtreecommitdiffstats
path: root/arabic/releases
diff options
context:
space:
mode:
authorFrank Lichtenheld <djpig>2005-04-29 23:07:55 +0000
committerFrank Lichtenheld <djpig>2005-04-29 23:07:55 +0000
commit402cf1d24c2e9889ee317d550e27dec0ae7f19e8 (patch)
tree10eb979fe14a9e6473de4bd6285d9c5314a30849 /arabic/releases
parentec7fb6086295a2cd17c0900bb1f43d2c8a9389e3 (diff)
Fix quoting
CVS version numbers arabic/releases/woody/index.wml: 1.2 -> 1.3
Diffstat (limited to 'arabic/releases')
-rw-r--r--arabic/releases/woody/index.wml4
1 files changed, 2 insertions, 2 deletions
diff --git a/arabic/releases/woody/index.wml b/arabic/releases/woody/index.wml
index 8db8177f31b..eb23474ae81 100644
--- a/arabic/releases/woody/index.wml
+++ b/arabic/releases/woody/index.wml
@@ -23,9 +23,9 @@ href="releasenotes">ملاحظات الإصدارة</a>.</p>
<:
foreach $arch (sort keys %arches) {
if ($arch eq "mipsel") { # both MIPS ports have the same web page
- print "<li><a href="$(HOME)/ports/mips/">$arches{$arch}</a>\n";
+ print "<li><a href=\"$(HOME)/ports/mips/\">$arches{$arch}</a>\n";
} else {
- print "<li><a href="$(HOME)/ports/$arch/">$arches{$arch}</a>\n";
+ print "<li><a href=\"$(HOME)/ports/$arch/\">$arches{$arch}</a>\n";
}
}
:>

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