aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-27 14:34:11 -0800
committerFriendika <info@friendika.com>2011-01-27 14:34:11 -0800
commitebba294189d87c0016f2fd33a7bacf8c08090d66 (patch)
tree83135c01287dd7de34edeb1e325585a26449712c /boot.php
parent58309829a1fd45b7dec6ac0f0ca9290a7d0b0721 (diff)
downloadvolse-hubzilla-ebba294189d87c0016f2fd33a7bacf8c08090d66.tar.gz
volse-hubzilla-ebba294189d87c0016f2fd33a7bacf8c08090d66.tar.bz2
volse-hubzilla-ebba294189d87c0016f2fd33a7bacf8c08090d66.zip
remote links
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 36530736d..e984489e7 100644
--- a/boot.php
+++ b/boot.php
@@ -1878,7 +1878,7 @@ function aes_encrypt($val,$ky)
if(! function_exists('linkify')) {
function linkify($s) {
- $s = preg_replace("/(https?\:\/\/[a-zA-Z0-9\:\/\-\?\&\.\=\_\~\#\'\%]*)/", ' <a href="$1" >$1</a>', $s);
+ $s = preg_replace("/(https?\:\/\/[a-zA-Z0-9\:\/\-\?\&\.\=\_\~\#\'\%]*)/", ' <a href="$1" target="external-link">$1</a>', $s);
return($s);
}}