[9.1.14] ajoute un espace
This commit is contained in:
parent
104561c8f7
commit
9a2b62bb5b
@ -1935,7 +1935,7 @@ class layout extends common {
|
||||
$items .= '</span>';
|
||||
// Affichage du numéro de version
|
||||
$items .= '<span id="footerDisplayVersion"';
|
||||
$items .= $this->getData(['theme','footer','displayVersion']) === false ? 'class="displayNone"' : '';
|
||||
$items .= $this->getData(['theme','footer','displayVersion']) === false ? ' class="displayNone"' : '';
|
||||
$items .= '><wbr> '. common::ZWII_VERSION ;
|
||||
$items .= '</span>';
|
||||
// Affichage du lien de connexion
|
||||
|
Loading…
Reference in New Issue
Block a user