r63471 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63470‎ | r63471 | r63472 >
Date:16:15, 9 March 2010
Author:yaron
Status:deferred
Tags:
Comment:
Got rid of some HTML-encoding
Modified paths:
  • /trunk/extensions/SemanticForms/specials/SF_CreateTemplate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_CreateTemplate.php
@@ -131,8 +131,6 @@
132132 $wgOut->setArticleBodyOnly(true);
133133 $title = Title::makeTitleSafe(NS_TEMPLATE, $template_name);
134134 $full_text = SFTemplateField::createTemplateText($template_name, $fields, $category, $aggregating_property, $aggregation_label, $template_format);
135 - // HTML-encode
136 - $full_text = str_replace('"', '"', $full_text);
137135 $text = SFUtils::printRedirectForm($title, $full_text, "", $save_page, $preview_page, false, false, false, null, null);
138136 $wgOut->addHTML($text);
139137 return;

Status & tagging log