diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-01 14:38:21 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-01 14:38:21 +0100 |
commit | c94fbe5eeb5b2a9b128b10a14e9757aa0b605f41 (patch) | |
tree | c85f1d3ce0eaae5368f170da9d6714c65ac2b5c5 /include/bbcode.php | |
parent | 523f7652f2ce5b3315530564e64160223d188296 (diff) | |
parent | 6c5795b519bb2ace29d8361fcad45b8d4a530035 (diff) | |
download | volse-hubzilla-c94fbe5eeb5b2a9b128b10a14e9757aa0b605f41.tar.gz volse-hubzilla-c94fbe5eeb5b2a9b128b10a14e9757aa0b605f41.tar.bz2 volse-hubzilla-c94fbe5eeb5b2a9b128b10a14e9757aa0b605f41.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'include/bbcode.php')
-rw-r--r-- | include/bbcode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php index 7e932151f..8ee1f0da1 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -703,7 +703,7 @@ function bbcode($Text, $preserve_nl = false, $tryoembed = true, $cache = false) // Perform URL Search - $urlchars = '[a-zA-Z0-9\:\/\-\?\&\;\.\=\@\_\~\#\%\$\!\+\,\@]'; + $urlchars = '[a-zA-Z0-9\:\/\-\?\&\;\.\=\@\_\~\#\%\$\!\+\,\@\(\)]'; if (strpos($Text,'http') !== false) { if($tryoembed) { |