Bug #14491 » 0000678-hiddenfields-xhtml.diff
typo3/sysext/cms/tslib/class.tslib_content.php Thu Jan 13 13:29:04 2005 | ||
---|---|---|
($theTarget ? ' target="'.$theTarget.'"' : '').
|
||
$validateForm.
|
||
'>',
|
||
$hiddenfields.$content,
|
||
'<div>'.$hiddenfields.'</div>'.$content,
|
||
'</form>'
|
||
);
|
||
if ($conf['arrayReturnMode']) {
|