openrat-cms

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

commit 17bc839bc9d7cedd81323fce8e865784304c7eff
parent 92704fdf771c31e560aa784dd7f85978c2fa9274
Author: dankert <devnull@localhost>
Date:   Sat, 21 Apr 2007 13:35:54 +0200

Korrektur Ausgabe von attr_value.

Diffstat:
themes/default/include/html/label.inc.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/default/include/html/label.inc.php b/themes/default/include/html/label.inc.php @@ -1 +1 @@ -<label for="id_<?php echo $attr_for ?><?php if (!empty($attr_value)) echo '_' ?><?php echo $attr_value ?>">- \ No newline at end of file +<label for="id_<?php echo $attr_for ?><?php if (!empty($attr_value)) echo '_'.$attr_value ?>">+ \ No newline at end of file