diff --git a/Sources/Subs.php b/Sources/Subs.php index f3928cf..1cbfaf7 100644 --- a/Sources/Subs.php +++ b/Sources/Subs.php @@ -1712,7 +1712,7 @@ function parse_bbc($message, $smileys = true, $cache_id = '', $parse_tags = arra array( 'tag' => 'youtube', 'type' => 'unparsed_content', - 'content' => '', + 'content' => '', 'validate' => create_function('&$tag, &$data, $disabled', ' if (isset($disabled[\'url\'])) $tag[\'content\'] = \'http://www.youtube.com/watch?v=$1\'; @@ -4555,4 +4555,4 @@ function remove_integration_function($hook, $function) $modSettings[$hook] = implode(',', $functions); } -?> \ No newline at end of file +?>