[interchange-cvs] interchange - racke modified code/UserTag/table_organize.tag

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Sep 11 16:08:26 EDT 2007


User:      racke
Date:      2007-09-11 20:08:26 GMT
Modified:  code/UserTag table_organize.tag
Log:
use lowercase HTML tag for <caption>

Revision  Changes    Path
1.10      +3 -3      interchange/code/UserTag/table_organize.tag


rev 1.10, prev_rev 1.9
Index: table_organize.tag
===================================================================
RCS file: /var/cvs/interchange/code/UserTag/table_organize.tag,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- table_organize.tag	30 Mar 2007 23:40:57 -0000	1.9
+++ table_organize.tag	11 Sep 2007 20:08:26 -0000	1.10
@@ -5,14 +5,14 @@
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.  See the LICENSE file for details.
 # 
-# $Id: table_organize.tag,v 1.9 2007/03/30 23:40:57 pajamian Exp $
+# $Id: table_organize.tag,v 1.10 2007/09/11 20:08:26 racke Exp $
 
 UserTag table-organize Order         cols
 UserTag table-organize attrAlias     columns cols
 UserTag table-organize Interpolate
 UserTag table-organize addAttr
 UserTag table-organize hasEndTag
-UserTag table-organize Version       $Revision: 1.9 $
+UserTag table-organize Version       $Revision: 1.10 $
 UserTag table-organize Documentation <<EOD
 
 =head1 table-organize
@@ -304,7 +304,7 @@
 				my $idx = $tmod % scalar(@{$attr{caption}});
 				#$out .= "<!-- caption index $idx -->";
 				$out .= "\n" if $pretty;
-				$out .= "<CAPTION>" . $attr{caption}[$idx] . "</CAPTION>";
+				$out .= "<caption>" . $attr{caption}[$idx] . "</caption>";
 				$out .= "\n" if $pretty;
 			}
 		}








More information about the interchange-cvs mailing list