Remove space before Doctype HTML

This commit is contained in:
touffies
2013-12-06 10:34:59 +01:00
parent d6f39787d0
commit 0d8e9437b1

View File

@@ -1,10 +1,3 @@
{* Declare assets directory, relative to template base directory *}
{declare_assets directory='assets'}
{block name="no-return-functions"}{/block}
{assign var="store_name" value="{config key="store_name"}"}
{if not $store_name}
{assign var="store_name" value="{intl l='Thelia V2'}"}
{/if}
<!doctype html> <!doctype html>
<!-- <!--
______ __ __ ______ __ __ ______ ______ __ __ ______ __ __ ______
@@ -24,6 +17,12 @@ the Free Software Foundation; either version 3 of the
GNU General Public License : http://www.gnu.org/licenses/ GNU General Public License : http://www.gnu.org/licenses/
--> -->
{* Declare assets directory, relative to template base directory *}
{declare_assets directory='assets'}
{block name="no-return-functions"}{/block}
{assign var="store_name" value="{config key="store_name"}"}
{if not $store_name}{assign var="store_name" value="{intl l='Thelia V2'}"}{/if}
{* paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither *} {* paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither *}
<!--[if lt IE 7 ]><html class="no-js oldie ie6" lang="{lang attr="code"}"> <![endif]--> <!--[if lt IE 7 ]><html class="no-js oldie ie6" lang="{lang attr="code"}"> <![endif]-->
<!--[if IE 7 ]><html class="no-js oldie ie7" lang="{lang attr="code"}"> <![endif]--> <!--[if IE 7 ]><html class="no-js oldie ie7" lang="{lang attr="code"}"> <![endif]-->