Index: trunk/extensions/CentralNotice/SpecialNoticeTemplate.php |
— | — | @@ -334,7 +334,7 @@ |
335 | 335 | |
336 | 336 | // Extract message fields from the template body |
337 | 337 | $fields = array(); |
338 | | - preg_match_all( '/\{\{\{([A-Za-z0-9\_\-\x{00C0}-\x{00D6}\x{00D8}-\x{00F6}\x{00F8}-\x{00FF}]+)\}\}\}/u', $body, $fields ); |
| 338 | + preg_match_all( '/\{\{\{([A-Za-z0-9\_\-\x{00C0}-\x{017F}]+)\}\}\}/u', $body, $fields ); |
339 | 339 | |
340 | 340 | // If there are any messages in the template, display translation tools. |
341 | 341 | if ( count( $fields[0] ) > 0 ) { |