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

This commit is contained in:
lLefevre
2011-11-23 15:24:04 +00:00
parent cc3f3bd3dd
commit fe5c005717
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">