From 6ecb094a23ee8656eb9160d5efb97e105fb84cfc Mon Sep 17 00:00:00 2001 From: Philip Tzou Date: Wed, 5 Jan 2011 16:44:11 +0000 Subject: [PATCH] follow r78679, correct the comment line --- languages/LanguageConverter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/LanguageConverter.php b/languages/LanguageConverter.php index 26923b6c28..2cfcb4d7f3 100644 --- a/languages/LanguageConverter.php +++ b/languages/LanguageConverter.php @@ -980,7 +980,7 @@ class LanguageConverter { /** * Armour rendered math against conversion. - * Wrap math into rawoutput -{R| math }- syntax. + * Escape special chars in parsed math text.(in most cases are img elements) */ public function armourMath( $text ) { // convert '-{' and '}-' to '-{' and '}-' to prevent -- 2.20.1