openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e849301a07526ca744a5c4f930c215a172f57c87
parent e86ce21635d970d14a5e96d2892d5965643bc8ca
Author: dankert <devnull@localhost>
Date:   Fri,  2 Mar 2007 21:08:09 +0100

Leere Texte erlauben.

Diffstat:
themes/default/include/html/text.inc.php | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/themes/default/include/html/text.inc.php b/themes/default/include/html/text.inc.php @@ -33,7 +33,9 @@ elseif (!empty($attr_value)) $tmp_text = $attr_value; else - { Html::debug($attr);echo 'text error'; + { + $tmp_text = '&nbsp;'; + //Html::debug($attr);echo 'text error'; } if ( !empty($attr_maxlength) && intval($attr_maxlength)!=0 )