diff options
| author | reger <reger18@arcor.de> | 2013-08-15 00:05:32 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2013-08-15 00:05:32 +0200 |
| commit | 43348a98a9562f99ed0dea1b6b8943d47213327a (patch) | |
| tree | c07ec6ed5315cc382f906085e032ccd6c7155f11 /htroot/CrawlResults.html | |
| parent | b4016ff324a6e781ab0b9b78801a2ec74c74d867 (diff) | |
add some href target=_blank to ext. links with external icon
Diffstat (limited to 'htroot/CrawlResults.html')
| -rw-r--r-- | htroot/CrawlResults.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/CrawlResults.html b/htroot/CrawlResults.html index c2e9d5047..1a3302beb 100644 --- a/htroot/CrawlResults.html +++ b/htroot/CrawlResults.html @@ -88,7 +88,7 @@ </div>
</form>
</td>
- <td><a href="http://#[domain]#/">#[domain]#</a></td>
+ <td><a href="http://#[domain]#/" target="_blank">#[domain]#</a></td>
<td>#[count]#</td>
</tr>
#{/domains}#
|
