[interchange-cvs] interchange - docelic modified code/SystemTag/image.tag

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sat Oct 16 13:59:20 EDT 2004


User:      docelic
Date:      2004-10-16 17:59:20 GMT
Modified:  code/SystemTag image.tag
Log:
* Add 'align' to the list of recognized html options (to standardize
  with other tags)

Revision  Changes    Path
1.10      +2 -2      interchange/code/SystemTag/image.tag


rev 1.10, prev_rev 1.9
Index: image.tag
===================================================================
RCS file: /var/cvs/interchange/code/SystemTag/image.tag,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- image.tag	5 Oct 2004 11:11:08 -0000	1.9
+++ image.tag	16 Oct 2004 17:59:20 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 2002 Interchange Development Group (http://www.icdevgroup.org/)
 # Licensed under the GNU GPL v2. See file LICENSE for details.
-# $Id: image.tag,v 1.9 2004/10/05 11:11:08 docelic Exp $
+# $Id: image.tag,v 1.10 2004/10/16 17:59:20 docelic Exp $
 
 UserTag image Order src
 UserTag image AddAttr
@@ -228,7 +228,7 @@
 	$opt->{title} = $opt->{alt} if ! defined $opt->{title} and $opt->{alt};
 
 	my $opts = '';
-	for (qw: width height alt title border hspace vspace :) {
+	for (qw: width height alt title border hspace vspace align :) {
 		if (defined $opt->{$_}) {
 			my $val = $opt->{$_};
 			$val = HTML::Entities::encode($val) if $val =~ /\W/;








More information about the interchange-cvs mailing list