aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/nets.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-16 15:08:32 -0700
committerfriendica <info@friendica.com>2012-03-16 15:08:32 -0700
commit141ae076ad9fc6dfce1b25604f44faa54a4ad940 (patch)
treee764658692b4c66b5f0f14d796a56980c23779f6 /view/theme/dispy/nets.tpl
parent58940175e173c04c9bfa3498af40c65f6514a9ce (diff)
parentc7dd52be6268e0232dc3c3e035235078b5ea4547 (diff)
downloadvolse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.tar.gz
volse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.tar.bz2
volse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/dispy/nets.tpl')
-rw-r--r--[-rwxr-xr-x]view/theme/dispy/nets.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/nets.tpl b/view/theme/dispy/nets.tpl
index b0cb8890c..b322717ad 100755..100644
--- a/view/theme/dispy/nets.tpl
+++ b/view/theme/dispy/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>