diff options
Diffstat (limited to 'view/tpl/common_tabs.tpl')
-rw-r--r-- | view/tpl/common_tabs.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/common_tabs.tpl b/view/tpl/common_tabs.tpl index 143293eb3..97b771e7a 100644 --- a/view/tpl/common_tabs.tpl +++ b/view/tpl/common_tabs.tpl @@ -3,3 +3,4 @@ <li {{ if $tab.id }}id="$tab.id"{{ endif }}><a href="$tab.url" class="tab button $tab.sel"{{ if $tab.title }} title="$tab.title"{{ endif }}>$tab.label</a></li> {{ endfor }} </ul> +<div class="tabs-end"></div>
\ No newline at end of file |