diff options
author | friendica <info@friendica.com> | 2013-03-06 00:34:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-06 00:34:42 -0800 |
commit | 517874ce1fda41f216e1a48b3154ef9c7edacf43 (patch) | |
tree | 2b3ae946a22a029152a81f129e8af31eecdc601a /view/tpl/smarty3 | |
parent | 5054b6e363a9e77886f01c639b909f457aaa5819 (diff) | |
download | volse-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/smarty3')
-rw-r--r-- | view/tpl/smarty3/peoplefind.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/smarty3/peoplefind.tpl b/view/tpl/smarty3/peoplefind.tpl index 5417ee0ed..3a51bb0a8 100644 --- a/view/tpl/smarty3/peoplefind.tpl +++ b/view/tpl/smarty3/peoplefind.tpl @@ -11,7 +11,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> {{/if}} |