From 00b5f40ffeb99cff7e74303c8e5fcd4bbb10f7cf Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Fri, 19 Jun 2015 16:09:43 -0300
Subject: [PATCH] Fix style tag

---
 templates/page.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/page.tmpl b/templates/page.tmpl
index 3e6b671..961801f 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -29,7 +29,7 @@
 <TMPL_IF FEEDLINKS><TMPL_VAR FEEDLINKS></TMPL_IF>
 <TMPL_IF RELVCS><TMPL_VAR RELVCS></TMPL_IF>
 <TMPL_IF META><TMPL_VAR META></TMPL_IF>
-<style>
+<style type="text/css">
 @media (max-width: 979px) {
   .navbar-fixed-top {
     position: fixed;
-- 
GitLab