diff --git a/core/themes/bartik/template.php b/core/themes/bartik/template.php index 7db1a31..b0deec4 100644 --- a/core/themes/bartik/template.php +++ b/core/themes/bartik/template.php @@ -144,7 +144,7 @@ function bartik_field__taxonomy_term_reference($variables) { $output .= ''; // Render the top-level DIV. - $output = '
' . $output . '
'; + $output = '
' . $output . '
'; return $output; }