summaryrefslogtreecommitdiff
path: root/details.php
diff options
context:
space:
mode:
Diffstat (limited to 'details.php')
-rw-r--r--details.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/details.php b/details.php
index faf666d..9b77c1d 100644
--- a/details.php
+++ b/details.php
@@ -25,7 +25,7 @@ foreach ($lines as $line_num => $line) {
echo '<span class="user_'.$user_clean.'">';
$line = htmlentities($line, ENT_QUOTES);
if ($show_html == 'true') {
- $line = preg_replace($pattern, "\\1<a href=\"\\2\\3\">\\2\\3</a>\\4", $line);
+ $line = preg_replace($pattern, "\\1<a target=\"_blank\" href=\"\\2\\3\">\\2\\3</a>\\4", $line);
}
$user_link = '<a style="color: inherit;" href="javascript:addUser(\''.$user_clean.'\');"';
if (isset($realname[$user_clean])) {