diff --git a/it4i_theme/base.html b/it4i_theme/base.html
index 5238fd148d1be25d0aa26d3b638e2c365b6e7459..288e1d5b93bc21e614bf302543073b3472934bf7 100644
--- a/it4i_theme/base.html
+++ b/it4i_theme/base.html
@@ -8,7 +8,7 @@
 
     <!-- Charset and viewport -->
     <meta charset="utf-8" />
-    <meta name="viewport" content="width=device-width,
+    <meta name="viewport" content="width=device-width, 
       user-scalable=no, initial-scale=1, maximum-scale=1" />
 
     <!-- General meta tags -->
@@ -270,4 +270,4 @@
       </script>
     {% endif %}
   </body>
-</html>
\ No newline at end of file
+</html>