From 1376b31eb47e0d4c42cb0b7c3a54e044c7e989d7 Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Fri, 30 Mar 2007 19:38:11 +0000 Subject: [PATCH] erroneous indentation --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index b9becd5bdd..50e86ac41f 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1626,7 +1626,7 @@ class Parser $might_be_img = true; $text = $m[2]; if ( strpos( $m[1], '%' ) !== false ) { - $m[1] = urldecode($m[1]); + $m[1] = urldecode($m[1]); } $trail = ""; } else { # Invalid form; output directly -- 2.20.1