Index: trunk/extensions/Poem/Poem.php |
— | — | @@ -66,10 +66,7 @@ |
67 | 67 | $attribs['class'] = 'poem'; |
68 | 68 | } |
69 | 69 | |
70 | | - return array( |
71 | | - Html::rawElement( 'div', $attribs, $nl . trim( $text ) . $nl ), |
72 | | - 'markerType' => 'none', |
73 | | - ); |
| 70 | + return Html::rawElement( 'div', $attribs, $nl . trim( $text ) . $nl ); |
74 | 71 | } |
75 | 72 | |
76 | 73 | /** |