line break issue fixed

This commit is contained in:
Roland Gruber 2019-10-26 17:52:40 +02:00
parent 3c5ef4eb30
commit 58828c9836
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ class lamList {
*/
private function getSortingElements() {
$filter = $this->getFilterAsTextForURL();
$sortElements = array(new htmlOutputText(_('Sort sequence')));
$sortElements = array(new htmlSpan(new htmlOutputText(_('Sort sequence')), array('nowrap')));
foreach ($this->attrArray as $attributeName) {
$link = "list.php?type=" . $this->type->getId() . "&".
"sort=" . strtolower($attributeName) . $filter . "&norefresh=y";