Added Feature #12066: Added constants throughout the core for LF, CR, TAB (Thanks to Oliver Klee)

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7307 709f56b5-9817-0410-a4d7-c38de5d9e867
This commit is contained in:
Benni Mack 2010-04-12 16:17:20 +00:00
parent fb12e3a1ba
commit 0c9475ce08

View file

@ -123,7 +123,7 @@ class tx_feedit_editpanel {
$labelTxt = $this->cObj->stdWrap($conf['label'],$conf['label.']);
foreach((array) $hiddenFields as $name => $value) {
$hiddenFieldString .= '<input type="hidden" name="TSFE_EDIT[' . $name . ']" value="' . $value . '"/>' . chr(10);
$hiddenFieldString .= '<input type="hidden" name="TSFE_EDIT[' . $name . ']" value="' . $value . '"/>' . LF;
}
$panel='