Index: trunk/phase3/languages/LanguageConverter.php |
— | — | @@ -980,7 +980,7 @@ |
981 | 981 | |
982 | 982 | /** |
983 | 983 | * Armour rendered math against conversion. |
984 | | - * Wrap math into rawoutput -{R| math }- syntax. |
| 984 | + * Escape special chars in parsed math text.(in most cases are img elements) |
985 | 985 | */ |
986 | 986 | public function armourMath( $text ) { |
987 | 987 | // convert '-{' and '}-' to '-{' and '}-' to prevent |