From bef9139c9bc257f8f033030e4837beb781f4ab2f Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 15 May 2008 18:14:15 +0000 Subject: [PATCH] Allow wikisyntax in message. Probably a regression from r33495. In the past HTML was allowed :-/ --- includes/SpecialPreferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 2c48252ca4..cee04e68da 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -925,7 +925,7 @@ class PreferencesForm { " " . Xml::closeElement( 'table' ) . - Xml::element( 'div', array( 'class' => 'prefsectiontip' ), wfMsg( 'timezonetext' ) ). + Xml::tags( 'div', array( 'class' => 'prefsectiontip' ), wfMsgExt( 'timezonetext', 'parseinline' ) ). Xml::closeElement( 'fieldset' ) . Xml::closeElement( 'fieldset' ) . "\n\n" ); -- 2.20.1