summaryrefslogtreecommitdiff
path: root/core/libraries/Theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/libraries/Theme.php')
-rw-r--r--core/libraries/Theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libraries/Theme.php b/core/libraries/Theme.php
index 68c48587..40a872f2 100644
--- a/core/libraries/Theme.php
+++ b/core/libraries/Theme.php
@@ -94,7 +94,7 @@ class Theme_Core {
if ($debug) {
if ($function != "head") {
array_unshift(
- $blocks, "<div class=\"gAnnotatedThemeBlock gAnnotatedThemeBlock_$function\">" .
+ $blocks, "<div class=\"gAnnotatedThemeBlock gAnnotatedThemeBlock_$function gClearFix\">" .
"<div class=\"title\">$function</div>");
$blocks[] = "</div>";
}