From c2874636ab5d7667cd470e2a70cf7f3ee657305d Mon Sep 17 00:00:00 2001 From: Damian Lee <damian@damoweb.co.uk> Date: Sat, 6 Oct 2012 13:28:14 +0100 Subject: [PATCH] Issue #1804174 by damiankloip: Fixed Remove additional comma in views-view.tpl.php. --- theme/views-view.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/views-view.tpl.php b/theme/views-view.tpl.php index 130a24a8bf5e..8e645a6dc6c5 100644 --- a/theme/views-view.tpl.php +++ b/theme/views-view.tpl.php @@ -27,7 +27,7 @@ * @ingroup views_templates */ ?> -<div <?php print $attributes; ?>"> +<div <?php print $attributes; ?>> <?php print render($title_prefix); ?> <?php if ($title): ?> <?php print $title; ?> -- GitLab