openrat-cms

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

commit 0c213c770b4b1614658f9c612e8e9365bce5ad80
parent f94fc093276f95ef585867eb4a180e46a281c09a
Author: dankert <devnull@localhost>
Date:   Thu, 19 Mar 2009 01:58:17 +0100

Nur Kosmetik.

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

diff --git a/themes/default/include/html/cell.inc.php b/themes/default/include/html/cell.inc.php @@ -11,9 +11,9 @@ if ( isset($column_widths[$cell_column_nr-1]) && !isset($attr_rowspan) ) $attr_width=$column_widths[$cell_column_nr-1]; ?><td<?php -if ( isset($attr_width )) { ?> width="<?php echo $attr_width ?>" <?php } -if ( isset($attr_style )) { ?> style="<?php echo $attr_style?>" <?php } -if ( isset($attr_class )) { ?> class="<?php echo $attr_class ?>" <?php } -if ( isset($attr_colspan)) { ?> colspan="<?php echo $attr_colspan ?>" <?php } +if ( isset($attr_width )) { ?> width="<?php echo $attr_width ?>" <?php } +if ( isset($attr_style )) { ?> style="<?php echo $attr_style ?>" <?php } +if ( isset($attr_class )) { ?> class="<?php echo $attr_class ?>" <?php } +if ( isset($attr_colspan)) { ?> colspan="<?php echo $attr_colspan ?>" <?php } if ( isset($attr_rowspan)) { ?> rowspan="<?php echo $attr_rowspan ?>" <?php } ?>> \ No newline at end of file