From 47cdc34af97f36c03053c56c1a12d1da5333aa85 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Sat, 10 Apr 2004 16:06:30 +0000 Subject: [PATCH] asses li and ul to blocklevel regex, those are coming from included templates. --- includes/Parser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Parser.php b/includes/Parser.php index 3f64232eb5..3bf6485743 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1091,10 +1091,10 @@ class Parser if ( 0 == $npl ) { # No prefix (not in list)--go to paragraph mode $uniq_prefix = UNIQ_PREFIX; // XXX: use a stack for nestable elements like span, table and div - $openmatch = preg_match("/(closeParagraph(); -- 2.20.1