[LON-CAPA-cvs] cvs: loncom /xml lonplot.pm
raeburn
raeburn at source.lon-capa.org
Sun Apr 2 17:38:16 EDT 2017
raeburn Sun Apr 2 21:38:16 2017 EDT
Modified files:
/loncom/xml lonplot.pm
Log:
- Coding style (indent is 4 spaces).
Index: loncom/xml/lonplot.pm
diff -u loncom/xml/lonplot.pm:1.176 loncom/xml/lonplot.pm:1.177
--- loncom/xml/lonplot.pm:1.176 Fri Jan 22 22:30:07 2016
+++ loncom/xml/lonplot.pm Sun Apr 2 21:38:15 2017
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Dynamic plot
#
-# $Id: lonplot.pm,v 1.176 2016/01/22 22:30:07 damieng Exp $
+# $Id: lonplot.pm,v 1.177 2017/04/02 21:38:15 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -750,7 +750,7 @@
"</div>\n";
} else {
- $result .= "<img $srcatt $widthatt $heightatt $alignatt $altatt>";
+ $result .= "<img $srcatt $widthatt $heightatt $alignatt $altatt>";
}
} elsif ($target eq 'tex') {
&Apache::lonxml::debug(" gnuplot wid = $Apache::lonplot::plot{'width'}");
More information about the LON-CAPA-cvs
mailing list