[interchange-cvs] interchange - jon modified dist/lib/UI/usertag/table_editor.tag

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Thu Jun 27 18:34:01 2002


User:      jon
Date:      2002-06-27 22:33:47 GMT
Modified:  dist/lib/UI/usertag Tag: STABLE_4_8-branch table_editor.tag
Log:
Fix HTML table border attribute, purty up HTML output in one spot.

Revision  Changes    Path
No                   revision



No                   revision



2.10.2.6  +2 -2      interchange/dist/lib/UI/usertag/Attic/table_editor.tag


rev 2.10.2.6, prev_rev 2.10.2.5
Index: table_editor.tag
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/usertag/Attic/table_editor.tag,v
retrieving revision 2.10.2.5
retrieving revision 2.10.2.6
diff -u -u -r2.10.2.5 -r2.10.2.6
--- table_editor.tag	30 May 2002 10:19:57 -0000	2.10.2.5
+++ table_editor.tag	27 Jun 2002 22:33:47 -0000	2.10.2.6
@@ -868,7 +868,7 @@
 	}
 
 	$out .= <<EOF;
-<table class=touter border="" cellspacing="0" cellpadding="0" width="$opt->{table_width}">
+<table class=touter border="0" cellspacing="0" cellpadding="0" width="$opt->{table_width}">
 <tr>
   <td>
 
@@ -1325,7 +1325,7 @@
 EOF
 			$rowcount = 0;
 		}
-		$out .= "<tr class=rnorm>" unless $rowcount++ % $rowdiv;
+		$out .= "<tr class=rnorm>\n" unless $rowcount++ % $rowdiv;
 		$out .= $display;
 		$out .= "</TR>\n" unless $rowcount % $rowdiv;
 	}