aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/nets.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-13 14:44:57 -0700
committerfriendica <info@friendica.com>2012-04-13 14:44:57 -0700
commite71f01b54946391c4c577f2570bb7121c95e0988 (patch)
tree9e42512ec46a916145b191907632fbfa58942227 /view/theme/diabook-blue/nets.tpl
parentdfe774179ad9a08a27bfc404e563422adbf0917f (diff)
parenta300616bcbdda691682028c2fc13295dcfb43fbb (diff)
downloadvolse-hubzilla-e71f01b54946391c4c577f2570bb7121c95e0988.tar.gz
volse-hubzilla-e71f01b54946391c4c577f2570bb7121c95e0988.tar.bz2
volse-hubzilla-e71f01b54946391c4c577f2570bb7121c95e0988.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook-blue/nets.tpl')
-rw-r--r--view/theme/diabook-blue/nets.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook-blue/nets.tpl b/view/theme/diabook-blue/nets.tpl
index fe4baf8d1..5addf38b1 100644
--- a/view/theme/diabook-blue/nets.tpl
+++ b/view/theme/diabook-blue/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 }}