Project

General

Profile

Bug #23685 ยป 4.3.7-hmtlspecialchars.txt

Administrator Admin, 2010-10-06 16:54

 
### Eclipse Workspace Patch 1.0
#P TYPO3_4-3-7
Index: typo3/sysext/cms/tslib/class.tslib_adminpanel.php
===================================================================
--- typo3/sysext/cms/tslib/class.tslib_adminpanel.php (revision 8991)
+++ typo3/sysext/cms/tslib/class.tslib_adminpanel.php (working copy)
@@ -399,7 +399,7 @@
if (is_array($v)) {
$out .= $this->getHiddenFields($key . '[' . $k . ']', $v);
} else {
- $out .= '<input type="hidden" name="' . hmtlspecialchars($key) . '[' . htmlspecialchars($k) . ']" value="' . htmlspecialchars($v) . '">' . chr(10);
+ $out .= '<input type="hidden" name="' . htmlspecialchars($key) . '[' . htmlspecialchars($k) . ']" value="' . htmlspecialchars($v) . '">' . chr(10);
}
}
return $out;
    (1-1/1)