From fffc7dffbac6a335afb175525313069e0b21a388 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Sun, 28 Dec 2014 11:28:54 +0100 Subject: Fix typo --- include/bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/bbcode.php') diff --git a/include/bbcode.php b/include/bbcode.php index dbb0187f8..ab56bda61 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -30,7 +30,7 @@ function tryzrlvideo($match) { $zrl = is_matrix_url($link); if($zrl) $link = zid($link); - return ''; + return ''; } -- cgit v1.2.3