From 3ad303ab09d57d883a29ace6a1dfbe367c606947 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Tue, 2 Mar 2021 21:47:54 +0100 Subject: reduce visibility of others languages links --- en/doc/doc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'en/doc') diff --git a/en/doc/doc.php b/en/doc/doc.php index e0868687a..62957744b 100644 --- a/en/doc/doc.php +++ b/en/doc/doc.php @@ -135,7 +135,7 @@ function doc_list($documentation_name, $type, $version) if ($your_language_present) { $text_your_language = '' . _r('Documentation in your language:') . '
'; if ($other_languages_present) { - $text_others = ''; + $text_others = ''; } $table .= sprintf("\t%s" . PHP_EOL . "\t%s" . PHP_EOL . @@ -154,7 +154,7 @@ function doc_list($documentation_name, $type, $version) } $text_your_language = _r('Not yet available in your language.') . ' ' . _r('Click below for alternative available languages.') . '
'; $table .= sprintf("\t%s
" . PHP_EOL . - "\t%s" . PHP_EOL . '%s' . + "\t%s" . PHP_EOL . '%s' . "\t" . PHP_EOL , '' . $documentation_name . '', $text_your_language, $language_present_before, $name, $version); } -- cgit v1.2.1