From 955b6321d7d1819e33394428d6058521d3120b5c Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 15 Jul 2014 14:14:51 -0400
Subject: [PATCH] Moved meta tag.

---
 themes/bootstrap3/templates/layout/layout.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap3/templates/layout/layout.phtml b/themes/bootstrap3/templates/layout/layout.phtml
index 4efba4b5d93..3a55c1eb577 100644
--- a/themes/bootstrap3/templates/layout/layout.phtml
+++ b/themes/bootstrap3/templates/layout/layout.phtml
@@ -1,8 +1,8 @@
 <?=$this->doctype('HTML5')?>
-<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
 <html lang="<?=$this->layout()->userLang?>">
   <head>
     <?$this->headThemeResources()?>
+    <meta name="viewport" content="width=device-width,initial-scale=1.0"/>
     <?=$this->headMeta()?>
     <?=$this->headTitle()?>
     <?
-- 
GitLab