Merge "Clarify documentation of apihelp-query+categorymembers-paramvalue-prop-type"
[lhc/web/wiklou.git] / includes / specials / SpecialAllMessages.php
index 8109cc9..5b74c8b 100644 (file)
@@ -399,7 +399,7 @@ class AllMessagesTablePager extends TablePager {
 
                        case 'am_default' :
                        case 'am_actual' :
-                               return Sanitizer::escapeHtmlAllowEntities( $value, ENT_QUOTES );
+                               return Sanitizer::escapeHtmlAllowEntities( $value );
                }
 
                return '';