diff --git a/theme/views-view.tpl.php b/theme/views-view.tpl.php
index 130a24a8bf5e3b480aedaf3895163ada8d228459..8e645a6dc6c5aa661f07d761accf5b0588345198 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; ?>