[9.0.08] Chevron supprimé

This commit is contained in:
fredtempez 2019-03-21 19:55:36 +01:00
parent a3c36ccc4c
commit 5ed1813510
1 changed files with 1 additions and 1 deletions

View File

@ -2367,7 +2367,7 @@ class layout extends common {
$childKey . '"' .
($childKey === $currentPageId ? ' selected' : false) .
($this->getData(['page', $childKey, 'disable']) === true ? ' class="inactive"' : '') .
'>  ⟩  ' .
'>    ' .
$this->getData(['page', $childKey, 'title']) .
'</option>';
}