[interchange-cvs] interchange - jon modified code/UserTag/button.tag

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Dec 28 19:57:02 EST 2006


User:      jon
Date:      2006-12-29 00:57:01 GMT
Modified:  code/UserTag button.tag
Log:
Add spec-required content type.

Revision  Changes    Path
1.20      +3 -3      interchange/code/UserTag/button.tag


rev 1.20, prev_rev 1.19
Index: button.tag
===================================================================
RCS file: /var/cvs/interchange/code/UserTag/button.tag,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -u -r1.19 -r1.20
--- button.tag	29 Dec 2006 00:50:55 -0000	1.19
+++ button.tag	29 Dec 2006 00:57:01 -0000	1.20
@@ -1,12 +1,12 @@
 # Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
 # Licensed under the GNU GPL v2. See file LICENSE for details.
-# $Id: button.tag,v 1.19 2006/12/29 00:50:55 jon Exp $
+# $Id: button.tag,v 1.20 2006/12/29 00:57:01 jon Exp $
 
 UserTag button Order     name src text
 UserTag button addAttr
 UserTag button attrAlias value text
 UserTag button hasEndTag
-UserTag button Version   $Revision: 1.19 $
+UserTag button Version   $Revision: 1.20 $
 UserTag button Routine   <<EOR
 sub {
 	my ($name, $src, $text, $opt, $action) = @_;
@@ -213,7 +213,7 @@
 	$out =~ s/(['\\])/\\$1/g;
 	$out =~ s/[\n\r]+/ /g;
 	$out = <<EOV;
-<script language="javascript1.2">
+<script language="javascript1.2" type="text/javascript">
 <!--$function
 document.write('$out');
 // -->








More information about the interchange-cvs mailing list