aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/yoga/admin/tabsheet.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/template/yoga/admin/tabsheet.tpl')
-rw-r--r--admin/template/yoga/admin/tabsheet.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/yoga/admin/tabsheet.tpl b/admin/template/yoga/admin/tabsheet.tpl
index d9968f0b9..61c6f206a 100644
--- a/admin/template/yoga/admin/tabsheet.tpl
+++ b/admin/template/yoga/admin/tabsheet.tpl
@@ -2,8 +2,8 @@
{if isset($tabsheet) and count($tabsheet)}
<ul class="tabsheet">
{foreach from=$tabsheet key=name item=sheet}
- <li class="{if ($name == $tabsheet_selected)}selected_tab{else}normal_tab{/if} png">
- <a href="{$sheet.url}"><span class="png">{$sheet.caption}</span></a>
+ <li class="{if ($name == $tabsheet_selected)}selected_tab{else}normal_tab{/if}">
+ <a href="{$sheet.url}"><span>{$sheet.caption}</span></a>
</li>
{/foreach}
</ul>