From 9afdfa345a7be0aeb5d69a6d2d5bd2af418ea1e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 24 May 2006 19:04:23 +0000 Subject: [PATCH] * (bug 6061) Improper escaping in some html forms --- RELEASE-NOTES | 1 + includes/SpecialImport.php | 2 +- includes/SpecialUpload.php | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1c2f26f994..25049f1cef 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -325,6 +325,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 6051) Improvement to German localisation (de) * (bug 6054) Update to Indonesian localisation (id) #16 * Add {{CURRENTTIMESTAMP}} magic word +* (bug 6061) Improper escaping in some html forms == Compatibility == diff --git a/includes/SpecialImport.php b/includes/SpecialImport.php index 57a0ec7517..5622e02649 100644 --- a/includes/SpecialImport.php +++ b/includes/SpecialImport.php @@ -82,7 +82,7 @@ function wfSpecialImport( $page = '' ) { - + " ); diff --git a/includes/SpecialUpload.php b/includes/SpecialUpload.php index 7d260b6bed..84b732f7b9 100644 --- a/includes/SpecialUpload.php +++ b/includes/SpecialUpload.php @@ -554,13 +554,13 @@ class UploadForm { - + $iw - + $reup -- 2.20.1