From 0c9475ce084dd674de27ec5a262c16a96e7ef008 Mon Sep 17 00:00:00 2001 From: Benni Mack Date: Mon, 12 Apr 2010 16:17:20 +0000 Subject: [PATCH] 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 --- view/class.tx_feedit_editpanel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/class.tx_feedit_editpanel.php b/view/class.tx_feedit_editpanel.php index c292a6c..0646a11 100644 --- a/view/class.tx_feedit_editpanel.php +++ b/view/class.tx_feedit_editpanel.php @@ -123,7 +123,7 @@ class tx_feedit_editpanel { $labelTxt = $this->cObj->stdWrap($conf['label'],$conf['label.']); foreach((array) $hiddenFields as $name => $value) { - $hiddenFieldString .= '' . chr(10); + $hiddenFieldString .= '' . LF; } $panel='