From: Niklas Laxström Date: Wed, 24 May 2006 19:04:23 +0000 (+0000) Subject: * (bug 6061) Improper escaping in some html forms X-Git-Tag: 1.31.0-rc.0~57047 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=9afdfa345a7be0aeb5d69a6d2d5bd2af418ea1e5;p=lhc%2Fweb%2Fwiklou.git * (bug 6061) Improper escaping in some html forms --- 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