openrat-cms

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

commit 78bae71257db0847332777b20302d0831ecea6d2
parent 708720521697c1fce5b77cc621224ec0f467dc19
Author: dankert <devnull@localhost>
Date:   Mon, 20 Apr 2009 00:37:30 +0200

Korrektur der Präprozessor-Anweisungen.

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

diff --git a/themes/default/include/html/frameset.inc.php b/themes/default/include/html/frameset.inc.php @@ -1,8 +1,8 @@ <frameset <!-- #IF-ATTR rows --> -<?php echo 'rows="'.$attr_rows.'"' ?> +<?php echo ' rows="'.$attr_rows.'"' ?> <!-- #END-IF # --> -<!-- #IF-ATTR-columns# --> +<!-- #IF-ATTR columns# --> <?php echo ' cols="'.$attr_columns.'"' ?> <!-- #END-IF # --> border="0" frameborder="5" framespacing="0" bordercolor="#000000"> \ No newline at end of file