mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
No extra newline for English
This commit is contained in:
4
lang.php
4
lang.php
@@ -41,7 +41,9 @@ foreach (glob(dirname(__FILE__) . "/adminer/lang/" . ($_SESSION["lang"] ? $_SESS
|
||||
}
|
||||
}
|
||||
if ($messages) {
|
||||
$s .= "\n";
|
||||
if (basename($filename) != "en.inc.php") {
|
||||
$s .= "\n";
|
||||
}
|
||||
foreach ($messages as $idf => $val) {
|
||||
// add new messages
|
||||
if ($val == "," && strpos($idf, "%d")) {
|
||||
|
Reference in New Issue
Block a user