[LON-CAPA-cvs] cvs: loncom /xml scripttag.pm
raeburn
lon-capa-cvs@mail.lon-capa.org
Mon, 27 Jun 2005 21:02:00 -0000
raeburn Mon Jun 27 17:02:00 2005 EDT
Modified files:
/loncom/xml scripttag.pm
Log:
typo was preventing editing of link text using colorful editor.
Index: loncom/xml/scripttag.pm
diff -u loncom/xml/scripttag.pm:1.128 loncom/xml/scripttag.pm:1.129
--- loncom/xml/scripttag.pm:1.128 Sun Jun 5 21:29:45 2005
+++ loncom/xml/scripttag.pm Mon Jun 27 17:01:58 2005
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# <script> definiton
#
-# $Id: scripttag.pm,v 1.128 2005/06/06 01:29:45 albertel Exp $
+# $Id: scripttag.pm,v 1.129 2005/06/27 21:01:58 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -313,7 +313,7 @@
$result .=&Apache::edit::end_row().&Apache::edit::start_spanning_row();
} elsif ($target eq 'modified') {
my $constructtag=&Apache::edit::get_new_args($token,$parstack,
- $safeeval,'linttext',
+ $safeeval,'linktext',
'width','height');
if ($constructtag) { $result=&Apache::edit::rebuild_tag($token); }
}