http://www.mediawiki.org/wiki/Special:Code/MediaWiki/76285

Revision: 76285
Author:   yaron
Date:     2010-11-08 01:29:41 +0000 (Mon, 08 Nov 2010)
Log Message:
-----------
Removed htmlspecialchars() call for 'textarea' input - escaping is already 
being done, so now it just results in double-escaping

Modified Paths:
--------------
    trunk/extensions/SemanticForms/includes/SF_FormInputs.php

Modified: trunk/extensions/SemanticForms/includes/SF_FormInputs.php
===================================================================
--- trunk/extensions/SemanticForms/includes/SF_FormInputs.php   2010-11-07 
23:59:51 UTC (rev 76284)
+++ trunk/extensions/SemanticForms/includes/SF_FormInputs.php   2010-11-08 
01:29:41 UTC (rev 76285)
@@ -619,7 +619,6 @@
     $rows = $other_args['rows'];
     $cols = $other_args['cols'];
 
-    $cur_value = htmlspecialchars( $cur_value );
     $text = "";
     if ( array_key_exists( 'autogrow', $other_args ) ) {
       $sfgAutogrowInputs[] = $input_id;


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to