diff options
| author | reger <reger18@arcor.de> | 2013-12-26 01:16:53 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2013-12-26 01:16:53 +0100 |
| commit | e05320b776d7ae5db6393c2b35ddad4a7ce74229 (patch) | |
| tree | 899516258ee8131bd4f6b4bd19bb43bf514f9874 /htroot/ViewProfile.html | |
| parent | cbb5dc01e40f69aeb27fb9088c514f1576a44d46 (diff) | |
upd: to open more external links in new browser-tab
Diffstat (limited to 'htroot/ViewProfile.html')
| -rw-r--r-- | htroot/ViewProfile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html index a4236c754..d1e114330 100644 --- a/htroot/ViewProfile.html +++ b/htroot/ViewProfile.html @@ -40,7 +40,7 @@ <dl class="pairs">
<dt>ICQ</dt>
- <dd>#(icq)# ::<a href="http://www.icq.com/people/#[value]#/">#[value]#</a> <img src="http://status.icq.com/online.gif?icq=#[value]#&img=5" alt="Onlinestatus" />#(/icq)#</dd>
+ <dd>#(icq)# ::<a href="http://www.icq.com/people/#[value]#/" target="_blank">#[value]#</a> <img src="http://status.icq.com/online.gif?icq=#[value]#&img=5" alt="Onlinestatus" />#(/icq)#</dd>
<dt>Jabber</dt>
<dd>#(jabber)# ::#[value]##(/jabber)#</dd>
<dt>Yahoo!</dt>
|
