From 4bcf953707b7bcbb52784f6203aff4c158b4f312 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Sat, 22 May 2004 18:22:05 +0000 Subject: [PATCH] allow paragraphing inside div's --- includes/Parser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Parser.php b/includes/Parser.php index c345e28eec..a25b447394 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1236,10 +1236,10 @@ class Parser # 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