r58162 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58161‎ | r58162 | r58163 >
Date:19:46, 26 October 2009
Author:yaron
Status:deferred
Tags:
Comment:
Added escaping of "edit summary", to fix handling of quotes
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_Utils.inc (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_Utils.inc
@@ -60,6 +60,7 @@
6161 else
6262 $token = EDIT_TOKEN_SUFFIX;
6363
 64+ $edit_summary = htmlspecialchars($edit_summary);
6465 if ($is_save)
6566 $action = "wpSave";
6667 elseif ($is_preview)

Status & tagging log