aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
Diffstat (limited to 'en')
-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 .