[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework outputtags.pm
raeburn
raeburn at source.lon-capa.org
Wed Jul 3 18:38:55 EDT 2024
raeburn Wed Jul 3 22:38:55 2024 EDT
Modified files: (Branch: version_2_11_X)
/loncom/homework outputtags.pm
Log:
- For 2.11
Backprt 1.62
Index: loncom/homework/outputtags.pm
diff -u loncom/homework/outputtags.pm:1.58.4.1 loncom/homework/outputtags.pm:1.58.4.2
--- loncom/homework/outputtags.pm:1.58.4.1 Tue Sep 11 14:39:47 2018
+++ loncom/homework/outputtags.pm Wed Jul 3 22:38:55 2024
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# tags that create controlled output
#
-# $Id: outputtags.pm,v 1.58.4.1 2018/09/11 14:39:47 raeburn Exp $
+# $Id: outputtags.pm,v 1.58.4.2 2024/07/03 22:38:55 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -308,7 +308,7 @@
my $args;
my $width=&Apache::lonxml::get_param('width',$parstack,$safeeval);
if ($width) { $args.=" width=\"$width\" "; }
- my $height=&Apache::lonxml::get_param('heigth',$parstack,$safeeval);
+ my $height=&Apache::lonxml::get_param('height',$parstack,$safeeval);
if ($height) { $args.=" height=\"$height\" "; }
my $align=&Apache::lonxml::get_param('align',$parstack,$safeeval);
if ($align) { $args.=" align=\"$align\" "; }
More information about the LON-CAPA-cvs
mailing list