remove some spaces

This commit is contained in:
Uwe Steinmann 2021-07-13 11:48:54 +02:00
parent 5f1460757a
commit 180b9a4b7e

View File

@ -531,7 +531,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
return;
} /* }}} */
protected function showNavigationBar($menuitems, $options = array()) { /* {{{ */
protected function showNavigationBar($menuitems, $options=array()) { /* {{{ */
$content = '';
$content .= "<ul".(isset($options['id']) ? ' id="'.$options['id'].'"' : '')." class=\"nav".(isset($options['right']) ? ' pull-right' : '')."\">\n";
foreach($menuitems as $menuitem) {