aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/nets.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-13 18:28:11 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-13 18:28:11 +0200
commit615cd53e51a2ae121846771a9a1ef2ce22550be3 (patch)
tree7b18bdc458d25145ab6a92cb34f417ce601a8352 /view/theme/diabook/nets.tpl
parent11ba88b6d21a40c302d21646dfa9366bb393931d (diff)
downloadvolse-hubzilla-615cd53e51a2ae121846771a9a1ef2ce22550be3.tar.gz
volse-hubzilla-615cd53e51a2ae121846771a9a1ef2ce22550be3.tar.bz2
volse-hubzilla-615cd53e51a2ae121846771a9a1ef2ce22550be3.zip
diabook-themes: small fixes
Diffstat (limited to 'view/theme/diabook/nets.tpl')
-rw-r--r--view/theme/diabook/nets.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/nets.tpl b/view/theme/diabook/nets.tpl
index fe4baf8d1..5addf38b1 100644
--- a/view/theme/diabook/nets.tpl
+++ b/view/theme/diabook/nets.tpl
@@ -3,7 +3,7 @@
<div id="nets-desc">$desc</div>
<ul class="nets-ul">
- <li><a style="text-decoration: none;" class="tool" href="$base" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a></li>
+ <li class="tool"><a style="text-decoration: none;" href="$base" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a></li>
{{ for $nets as $net }}
<li class="tool"><a href="$base?nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li>
{{ endfor }}