diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index f9733877..089e6c84 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -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";