From 6b7a67266c535b3cfff31159131346aa804569b7 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 23 Jun 2006 18:23:01 +0000 Subject: [PATCH] typo --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index 45ef8a14aa..56373b9433 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -2416,7 +2416,7 @@ class Parser 'text' => substr($text, $pieceStart, $pieceEnd - $pieceStart), 'title' => trim($openingBraceStack[$lastOpeningBrace]['title']), 'parts' => $openingBraceStack[$lastOpeningBrace]['parts'], - 'lineStart' => (($pieceStart > 0) && ($text[$pieceStart-1] == '\n')), + 'lineStart' => (($pieceStart > 0) && ($text[$pieceStart-1] == "\n")), ); # finally we can call a user callback and replace piece of text $replaceWith = call_user_func( $matchingCallback, $cbArgs ); -- 2.20.1