From: Gabriel Wicke Date: Sat, 10 Apr 2004 02:38:05 +0000 (+0000) Subject: five quite fix X-Git-Tag: 1.3.0beta1~490 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=158510d9262a54ff617fc8b78d52d5b1575bb501;p=lhc%2Fweb%2Fwiklou.git five quite fix --- diff --git a/includes/Parser.php b/includes/Parser.php index b602186433..f120ef6556 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -647,7 +647,7 @@ class Parser /* private */ function handle5Quotes( &$state, $token ) { $s = ""; - if ( $state["em"] !== false && $state["strong"] ) { + if ( $state["em"] !== false && $state["strong"] !== false ) { if ( $state["em"] < $state["strong"] ) { $s .= ""; } else {