mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
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:
parent
fb12e3a1ba
commit
0c9475ce08
1 changed files with 1 additions and 1 deletions
|
@ -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='
|
||||
|
|
Loading…
Reference in a new issue