From 02132baea599389be59d1cce9772742f7f51c6ef Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 29 May 2008 14:20:26 -0400 Subject: remove URL check again darcs-hash:20080529182026-84dde-b4ac5b6326476e6913683149db32f1ff46283127.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index 8d7d857c5..08e5f69f6 100644 --- a/lib/util.php +++ b/lib/util.php @@ -355,7 +355,7 @@ function common_render_content($text, $notice) { $r = htmlspecialchars($text); $id = $notice->profile_id; $r = preg_replace('/(^|\s)@([\w-]+)($|\s)/e', "'\\1@'.common_at_link($id, '\\2').'\\3'", $r); - $r = preg_replace('<'.URL_REGEX.'<', '\\0', $r); +# $r = preg_replace('<'.URL_REGEX.'<', '\\0', $r); # XXX: # tags # XXX: machine tags return $r; -- cgit v1.2.3-54-g00ecf