aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/nets.tpl
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-03-16 08:33:01 +0100
committerzottel <github@zottel.net>2012-03-16 08:33:01 +0100
commitea4c806c5c3adacb6ef585de657e5f34c2e24c98 (patch)
tree1e3314f76eefd8f7d014ae8e4a218dc9663ae3d7 /view/theme/dispy-dark/nets.tpl
parent69f4448adaf7afddf00deeb2f832938d5505abcf (diff)
parent47e1b8d0c07d79c33f8b2de52145aa751d4b955a (diff)
downloadvolse-hubzilla-ea4c806c5c3adacb6ef585de657e5f34c2e24c98.tar.gz
volse-hubzilla-ea4c806c5c3adacb6ef585de657e5f34c2e24c98.tar.bz2
volse-hubzilla-ea4c806c5c3adacb6ef585de657e5f34c2e24c98.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/dispy-dark/nets.tpl')
-rw-r--r--view/theme/dispy-dark/nets.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy-dark/nets.tpl b/view/theme/dispy-dark/nets.tpl
index b0cb8890c..b322717ad 100644
--- a/view/theme/dispy-dark/nets.tpl
+++ b/view/theme/dispy-dark/nets.tpl
@@ -4,7 +4,7 @@
<a href="$base" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a>
<ul class="nets-ul">
{{ for $nets as $net }}
- <li><a href="$base?nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li>
+ <li><a href="$base?f=&nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li>
{{ endfor }}
</ul>
</div>