Index: trunk/extensions/SemanticForms/specials/SF_CreateTemplate.php |
— | — | @@ -131,8 +131,6 @@ |
132 | 132 | $wgOut->setArticleBodyOnly(true); |
133 | 133 | $title = Title::makeTitleSafe(NS_TEMPLATE, $template_name); |
134 | 134 | $full_text = SFTemplateField::createTemplateText($template_name, $fields, $category, $aggregating_property, $aggregation_label, $template_format); |
135 | | - // HTML-encode |
136 | | - $full_text = str_replace('"', '"', $full_text); |
137 | 135 | $text = SFUtils::printRedirectForm($title, $full_text, "", $save_page, $preview_page, false, false, false, null, null); |
138 | 136 | $wgOut->addHTML($text); |
139 | 137 | return; |