From 411889e667e4cc65ff5ca6cc463bf9165f3a8c14 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Wed, 8 May 2013 09:45:06 +1200 Subject: [PATCH] BUG Fixed incorrect viewport meta tag Viewport meta tag was throwing up errors in Chrome for having an incorrect trailing ";". --- templates/Page.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Page.ss b/templates/Page.ss index 63c0f94..fe18166 100644 --- a/templates/Page.ss +++ b/templates/Page.ss @@ -16,7 +16,7 @@ Change it, enhance it and most importantly enjoy it! <% base_tag %> <% if $MetaTitle %>$MetaTitle<% else %>$Title<% end_if %> » $SiteConfig.Title - + $MetaTags(false)