summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index cbd632475..0a9fb1074 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -403,7 +403,7 @@ function theme_mark() {
@return a string containing the \a list output.
**/
function theme_item_list($items = array(), $title = NULL) {
- $output .= "<div class=\"item-list\">";
+ $output = "<div class=\"item-list\">";
if (isset($title)) {
$output .= "<h3>$title</h3>";
}