From b7ad8c6c9bdb044beb8fed933e95b5f385d933a2 Mon Sep 17 00:00:00 2001 From: webchick Date: Sat, 7 Jul 2012 13:22:59 -0700 Subject: Issue #1637480 by Wim Leers: Fixed Bartik's taxonomy term reference field theme override does not render the field attributes. --- themes/bartik/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bartik/template.php b/themes/bartik/template.php index bdad570d1..7466e05ce 100644 --- a/themes/bartik/template.php +++ b/themes/bartik/template.php @@ -150,7 +150,7 @@ function bartik_field__taxonomy_term_reference($variables) { $output .= ''; // Render the top-level DIV. - $output = '
' . $output . '
'; + $output = '
' . $output . '
'; return $output; } -- cgit v1.2.3