Index: trunk/extensions/CentralNotice/SpecialNoticeTemplate.php |
— | — | @@ -239,7 +239,7 @@ |
240 | 240 | ); |
241 | 241 | |
242 | 242 | // Restore banner body state in the event of an error on form submit |
243 | | - $body = $wgRequest->getVal( 'templateBody', '' ) |
| 243 | + $body = $wgRequest->getVal( 'templateBody', '' ); |
244 | 244 | |
245 | 245 | $htmlOut .= Xml::textarea( 'templateBody', $body, 60, 20 ); |
246 | 246 | $htmlOut .= Xml::closeElement( 'fieldset' ); |