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 | |
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')
-rw-r--r-- | view/tpl/peoplefind.tpl | 2 | ||||
-rw-r--r-- | view/tpl/smarty3/peoplefind.tpl | 2 |
2 files changed, 2 insertions, 2 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 }} 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}} |