aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/peoplefind.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-06 00:34:42 -0800
committerfriendica <info@friendica.com>2013-03-06 00:34:42 -0800
commit517874ce1fda41f216e1a48b3154ef9c7edacf43 (patch)
tree2b3ae946a22a029152a81f129e8af31eecdc601a /view/tpl/peoplefind.tpl
parent5054b6e363a9e77886f01c639b909f457aaa5819 (diff)
downloadvolse-hubzilla-517874ce1fda41f216e1a48b3154ef9c7edacf43.tar.gz
volse-hubzilla-517874ce1fda41f216e1a48b3154ef9c7edacf43.tar.bz2
volse-hubzilla-517874ce1fda41f216e1a48b3154ef9c7edacf43.zip
stray target= which wasn't caught earlier
Diffstat (limited to 'view/tpl/peoplefind.tpl')
-rw-r--r--view/tpl/peoplefind.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl
index 3c2692d25..7f8f22b2a 100644
--- a/view/tpl/peoplefind.tpl
+++ b/view/tpl/peoplefind.tpl
@@ -6,7 +6,7 @@
</form>
<div class="side-link" id="side-match-link"><a href="match" >$similar</a></div>
<div class="side-link" id="side-suggest-link"><a href="suggest" >$suggest</a></div>
- <div class="side-link" id="side-random-profile-link" ><a href="randprof" target="extlink" >$random</a></div>
+ <div class="side-link" id="side-random-profile-link" ><a href="randprof" >$random</a></div>
{{ if $inv }}
<div class="side-link" id="side-invite-link" ><a href="invite" >$inv</a></div>
{{ endif }}