From ad5c74fbc360ece1ab7cfacfa5b864389bae00c6 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Mon, 12 Nov 2018 00:16:00 +0100 Subject: fix css with bootstrap class --- en/doc/archive.php | 3 --- en/doc/doc.php | 8 ++++---- en/doc/index.php | 3 --- 3 files changed, 4 insertions(+), 10 deletions(-) (limited to 'en') diff --git a/en/doc/archive.php b/en/doc/archive.php index 9c5e062eb..9a6d4f07e 100644 --- a/en/doc/archive.php +++ b/en/doc/archive.php @@ -14,9 +14,6 @@ require 'doc.php'; - diff --git a/en/doc/doc.php b/en/doc/doc.php index 692c519d6..b208f1630 100644 --- a/en/doc/doc.php +++ b/en/doc/doc.php @@ -131,11 +131,11 @@ 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 . - '' . PHP_EOL , + '' . PHP_EOL , $your_language, $text_others, $name, $version); } else { foreach($documentation[$type] as $single_version => $all_languages) { @@ -150,8 +150,8 @@ function doc_list($documentation_name, $type, $version) } $text_your_language = _r('Please help us translate it in your language.') . '
'; $table .= sprintf("\t%s
" . PHP_EOL . - "\t%s" . PHP_EOL . '%s' . - "\t" . PHP_EOL , + "\t%s" . PHP_EOL . '%s' . + "\t" . PHP_EOL , '' . $documentation_name . '', $text_your_language, $language_present_before, $name, $version); } foreach ($others as $other_languages) { diff --git a/en/doc/index.php b/en/doc/index.php index dff85cedc..0dc847866 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -16,9 +16,6 @@ require 'doc.php'; - -- cgit v1.2.1