// fix bug smarty method in .tpl {l s =''} for {l s=''}

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10547 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-23 15:24:04 +00:00
parent 1d734487ff
commit 8370b1cd15
5 changed files with 5 additions and 5 deletions
@@ -28,7 +28,7 @@
{block name="override_tpl"}
{if isset($view['error'])}
<p>{l s ='This query has no result.'}</p>
<p>{l s='This query has no result.'}</p>
{else}
<h2>{$view['name']}</h2>
<table cellpadding="0" cellspacing="0" class="table" id="viewRequestSql">