summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 41fca453f..0f3cdefab 100644
--- a/functions.php
+++ b/functions.php
@@ -4489,7 +4489,7 @@
$filename = substr($url, strrpos($url, "/")+1);
- $entry = "<a href=\"" . htmlspecialchars($url) . "\">" .
+ $entry = "<a target=\"_blank\" href=\"" . htmlspecialchars($url) . "\">" .
$filename . " (" . $line["content_type"] . ")" . "</a>";
array_push($entries, $entry);
@@ -4849,7 +4849,7 @@
$filename = substr($url, strrpos($url, "/")+1);
- $entry = "<a href=\"" . htmlspecialchars($url) . "\">" .
+ $entry = "<a target=\"_blank\" href=\"" . htmlspecialchars($url) . "\">" .
$filename . " (" . $e_line["content_type"] . ")" . "</a>";
array_push($entries, $entry);