openrat-cms

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

commit 504bf15160575a8e401923337ea2483e2e845718
parent 3d43eb2b5f740905b68bdb0fff83c7de5739fd54
Author: dankert <devnull@localhost>
Date:   Sun,  1 Mar 2009 13:38:18 +0100

Link-Titel HTML-kodieren.

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

diff --git a/themes/default/include/html/link.inc.php b/themes/default/include/html/link.inc.php @@ -19,4 +19,4 @@ $tmp_url = $attr_url; else $tmp_url = Html::url($attr_action,$attr_subaction,!empty($attr_id)?$attr_id:$this->getRequestId(),$params); -?><a href="<?php echo $tmp_url ?>" class="<?php echo $attr_class ?>" target="<?php echo $attr_target ?>"<?php if (isset($attr_accesskey)) echo ' accesskey="'.$attr_accesskey.'"' ?> title="<?php echo $attr_title ?>">- \ No newline at end of file +?><a href="<?php echo $tmp_url ?>" class="<?php echo $attr_class ?>" target="<?php echo $attr_target ?>"<?php if (isset($attr_accesskey)) echo ' accesskey="'.$attr_accesskey.'"' ?> title="<?php echo encodeHtml($attr_title) ?>">+ \ No newline at end of file