[interchange-cvs] interchange - heins modified dist/usertag/button.tag

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Oct 28 11:25:01 2002


User:      heins
Date:      2002-10-28 16:24:08 GMT
Modified:  dist/usertag Tag: STABLE_4_8-branch button.tag
Log:
* Fix Bugzilla #453 in stable, using patch from devel.

Revision  Changes    Path
No                   revision



No                   revision



2.1.2.1   +2 -1      interchange/dist/usertag/Attic/button.tag


rev 2.1.2.1, prev_rev 2.1
Index: button.tag
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/usertag/Attic/button.tag,v
retrieving revision 2.1
retrieving revision 2.1.2.1
diff -u -r2.1 -r2.1.2.1
--- button.tag	28 Jul 2001 20:59:40 -0000	2.1
+++ button.tag	28 Oct 2002 16:24:08 -0000	2.1.2.1
@@ -91,7 +91,8 @@
 	if(! $name or $name eq 'mv_click') {
 		$action =~ s/^\s+//;
 		$action =~ s/\s+$//;
-		$::Scratch->{$text} = $action;
+		my $set_text = HTML::Entities::decode($text);
+		$::Scratch->{$set_text} = $action;
 		$name = 'mv_click' if ! $name;
 	}