aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/nets.tpl
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-04-04 20:35:59 -0700
committerSimon <simon@kisikew.org>2012-04-04 20:35:59 -0700
commit5377683c0ff2959ae515ac21bf32beac8a7e4c60 (patch)
tree2e095d8d69991e5f0e7c0ddc17f1c1235eab8628 /view/theme/dispy/nets.tpl
parentd509a463452585bcbb9fccd07857871ca5c8b063 (diff)
parent8e5489846d5d9e87186b7a449227e18183489ddc (diff)
downloadvolse-hubzilla-5377683c0ff2959ae515ac21bf32beac8a7e4c60.tar.gz
volse-hubzilla-5377683c0ff2959ae515ac21bf32beac8a7e4c60.tar.bz2
volse-hubzilla-5377683c0ff2959ae515ac21bf32beac8a7e4c60.zip
Merge pull request #206 from simonlnu/master
update the template files
Diffstat (limited to 'view/theme/dispy/nets.tpl')
-rw-r--r--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 b322717ad..b0cb8890c 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?f=&nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li>
+ <li><a href="$base?nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li>
{{ endfor }}
</ul>
</div>