openrat-cms

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

commit a01886e0c49c8b2e17ec2cb4e965bf0fac3ca036
parent 63ac23969c2e457672cc1808ffc8b5b3ad2d5ebe
Author: dankert <devnull@localhost>
Date:   Thu,  4 Feb 2010 00:23:50 +0100

Attribut class nicht ausgeben, wenn leer.

Diffstat:
themes/default/include/html/row.inc.php | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/themes/default/include/html/row.inc.php b/themes/default/include/html/row.inc.php @@ -2,5 +2,9 @@ $row_idx++; $column_idx = 0; ?> -<tr class="%class%"> +<tr +#IF-ATTR class# + class="%class%" +#END-IF# +> /* Ignore: */ </tr> \ No newline at end of file