aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-08 23:04:34 -0800
committerfriendica <info@friendica.com>2012-11-08 23:04:34 -0800
commit517c05700d67eeec8945dbcec3a99d19a9f1f71c (patch)
tree488859cbb7c392f57edc8bb98b42a03a94c4e803 /view/tpl
parent22841e15666a6678517cf7a1f8f8791dcd37e1a6 (diff)
downloadvolse-hubzilla-517c05700d67eeec8945dbcec3a99d19a9f1f71c.tar.gz
volse-hubzilla-517c05700d67eeec8945dbcec3a99d19a9f1f71c.tar.bz2
volse-hubzilla-517c05700d67eeec8945dbcec3a99d19a9f1f71c.zip
turn star into a feature
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/common_tabs.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/common_tabs.tpl b/view/tpl/common_tabs.tpl
index f8ceff46a..143293eb3 100644
--- a/view/tpl/common_tabs.tpl
+++ b/view/tpl/common_tabs.tpl
@@ -1,5 +1,5 @@
<ul class="tabs">
{{ for $tabs as $tab }}
- <li id="$tab.id"><a href="$tab.url" class="tab button $tab.sel"{{ if $tab.title }} title="$tab.title"{{ endif }}>$tab.label</a></li>
+ <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>