Index: trunk/extensions/ProofreadPage/ProofreadPage_body.php |
— | — | @@ -940,8 +940,7 @@ |
941 | 941 | } |
942 | 942 | |
943 | 943 | // wrap the output in a div, to prevent the parser from inserting pararaphs |
944 | | - $classes = array_key_exists( 'css', $attributes ) ? "class=\"" . Xml::escapeJsString( $attributes['css'] ) . "\"": ''; |
945 | | - $out = "<div $classes>\n$out\n</div>"; |
| 944 | + $out = "<div>\n$out\n</div>"; |
946 | 945 | $out = $parser->recursiveTagParse( $out ); |
947 | 946 | return $out; |
948 | 947 | } |