Minor
This commit is contained in:
parent
b7dd4d2ad1
commit
9881932d07
@ -565,8 +565,8 @@ class Action extends HTMLOutputter // lawsuit
|
||||
if ($is_selected) {
|
||||
$lattrs['class'] = 'current';
|
||||
}
|
||||
|
||||
$this->elementStart('li', (is_null($id)) ? $lattrs : array_merge(array('id' => $id), $lattrs));
|
||||
(is_null($id)) ? $lattrs : $lattrs['id'] = $id;
|
||||
$this->elementStart('li', $lattrs);
|
||||
$attrs['href'] = $url;
|
||||
if ($title) {
|
||||
$attrs['title'] = $title;
|
||||
|
Loading…
Reference in New Issue
Block a user