openrat-cms

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

commit d496b154e3e17bbe140299227ff17b6e03cb170f
parent 43295f0fe05d73b5de5af3017f08472429932d93
Author: dankert <devnull@localhost>
Date:   Sat, 17 Nov 2007 17:58:11 +0100

Korrektur: Doppelter Zeilenumbruch bei Logmeldungen.

Diffstat:
themes/default/include/html/window.inc.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/include/html/window.inc.php b/themes/default/include/html/window.inc.php @@ -103,7 +103,7 @@ <tr class="notice_<?php echo $notice['status'] ?>"> <td style="padding:10px;" width="30px"><img src="<?php echo $image_dir.'notice_'.$notice['status'].IMG_ICON_EXT ?>" style="padding:10px" /></td> <td style="padding:10px;padding-right:10px;padding-bottom:10px;"><?php if ($notice['status']=='error') { ?><strong><?php } ?><?php echo $notice['text'] ?><?php if ($notice['status']=='error') { ?></strong><?php } ?> - <?php if (!empty($notice['log'])) { ?><pre><?php echo nl2br(htmlentities(implode("\n",$notice['log']))) ?></pre><?php } ?> + <?php if (!empty($notice['log'])) { ?><pre><?php echo htmlentities(implode("\n",$notice['log'])) ?></pre><?php } ?> </td> </tr>