aboutsummaryrefslogtreecommitdiffstats
path: root/en/doc
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2017-02-12 22:00:00 +0100
committerManuel Hiebel <leuhmanu@mageia.org>2017-02-12 22:00:00 +0100
commitad7ae0b2833ebe1ae32d0564a7f1697336cdcd9c (patch)
tree882a166c26ec037dc5b9a8ef02433ab8c254d572 /en/doc
parent5e76c4a7d33518e4cb341b257a03ca2177444995 (diff)
downloadwww-ad7ae0b2833ebe1ae32d0564a7f1697336cdcd9c.tar
www-ad7ae0b2833ebe1ae32d0564a7f1697336cdcd9c.tar.gz
www-ad7ae0b2833ebe1ae32d0564a7f1697336cdcd9c.tar.bz2
www-ad7ae0b2833ebe1ae32d0564a7f1697336cdcd9c.tar.xz
www-ad7ae0b2833ebe1ae32d0564a7f1697336cdcd9c.zip
fix broken translation string
Diffstat (limited to 'en/doc')
-rw-r--r--en/doc/doc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/doc/doc.php b/en/doc/doc.php
index a0e3f0383..44e4c0441 100644
--- a/en/doc/doc.php
+++ b/en/doc/doc.php
@@ -125,7 +125,7 @@ function doc_list($documentation_name, $type, $version)
if ($your_language_present) {
$text_your_language = '<span style="font-weight:bold">' . _r('Documentation in your language:') . '</span><br/>';
if ($other_languages_present) {
- $text_others = '<span style="font-weight:bold">' . _r('Other languages: ') . '<a href="#table-'.$name.'" onclick="toggle_visibility(\'table-'.$name.'\');"> &#x2198; </a></span>';
+ $text_others = '<span style="font-weight:bold">' . _r('Other languages:') . '<a href="#table-'.$name.'" onclick="toggle_visibility(\'table-'.$name.'\');"> &#x2198; </a></span>';
}
$table .= sprintf("\t<caption>%s</caption>" . PHP_EOL .
"\t<thead><tr><th>%s</th></tr></thead>" . PHP_EOL .