openrat-cms

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

commit 2c1189694c78b8d48bf8a9c8b6e45f3a22a34e4f
parent 528ce0d3d3b9b0396b070a6b9a980478adb4060c
Author: dankert <devnull@localhost>
Date:   Sun,  1 Mar 2009 12:11:05 +0100

Textausgabe in HTML kodieren.

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

diff --git a/themes/default/include/html/fieldset.inc.php b/themes/default/include/html/fieldset.inc.php @@ -1 +1 @@ -<fieldset><?php if(isset($attr_title)) { ?><legend><?php echo $attr_title ?></legend><?php } ?>- \ No newline at end of file +<fieldset><?php if(isset($attr_title)) { ?><legend><?php echo encodeHtml($attr_title) ?></legend><?php } ?>+ \ No newline at end of file