From 6935cfef40a6b24cc03a544c45a24ebe7ab3fe6a Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 25 Nov 2008 02:27:00 +0000 Subject: Add gClearFix to the annotated theme elements, which makes the box surround its contents better (thanks thumb!) --- core/libraries/Theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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, "
" . + $blocks, "
" . "
$function
"); $blocks[] = "
"; } -- cgit v1.2.3