diff --git a/include/layout.inc b/include/layout.inc index 9acd961e3..a8b48b282 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -510,7 +510,7 @@ function clean_note($text) // Turn urls into links $text = preg_replace( '!((mailto:|(http|ftp|nntp|news):\/\/).*?)(\s|<|\)|"|\\\\|\'|$)!', - '\1\4', + '\1\4', $text );