diff options
| author | Marc Nause <marc.nause@audioattack.de> | 2013-07-30 21:40:37 +0200 |
|---|---|---|
| committer | Marc Nause <marc.nause@audioattack.de> | 2013-07-30 21:40:37 +0200 |
| commit | 112836dcc9bfd3966a81f2a6160569e69a256a40 (patch) | |
| tree | b432afd7e5e54528c1fe4abf97742348a28a689f /htroot/Status.html | |
| parent | d64a094f0e67bf3168f424494183d29b24e2f324 (diff) | |
Improved external links.
*) image links will not be marked (if they have class "yacylogo" or
"forceNoExternalIcon")
*) external links in menu on left (and "fork me"-banner) will open in
new tab/window now
Diffstat (limited to 'htroot/Status.html')
| -rw-r--r-- | htroot/Status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Status.html b/htroot/Status.html index d6262629a..a8667a2b5 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -28,7 +28,7 @@ <body onload="init();">
#%env/templates/header.template%#
#%env/templates/submenuConfig.template%#
-<a href="https://gitorious.org/yacy/rc1"><img src="env/grafics/forkme.png" style="position:absolute;top:0px;right:0px;z-index: 100;"/></a>
+ <a href="https://gitorious.org/yacy/rc1" target="_blank" class="forceNoExternalIcon"><img src="env/grafics/forkme.png" style="position:absolute;top:0px;right:0px;z-index: 100;"/></a>
#(showPrivateTable)#
<div class="SubMenu">
|
