diff --git a/e107_admin/includes/tabbed.php b/e107_admin/includes/tabbed.php index 00eb3f0d9..ff9b22941 100644 --- a/e107_admin/includes/tabbed.php +++ b/e107_admin/includes/tabbed.php @@ -56,7 +56,7 @@ class tabbed foreach ($admin_cat['id'] as $id => $cat_id) { $cls = ($id == 1) ? "active" : ""; - $text .= "
".$this->renderCat($id)."
"; + $text .= "
".$this->renderCat($id)."
"; } $text .= ""; $text .= ""; @@ -171,4 +171,3 @@ class tabbed } } -?> \ No newline at end of file diff --git a/e107_handlers/sitelinks_class.php b/e107_handlers/sitelinks_class.php index 218ca3b14..f69d8dd07 100644 --- a/e107_handlers/sitelinks_class.php +++ b/e107_handlers/sitelinks_class.php @@ -1468,7 +1468,7 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; } break; case 'div': - $text .= "
".$icon." + $text .= "
".$icon." ".$tp->toHTML($title,FALSE,"defs, emotes_off")."
"; break;