[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Wed, 14 May 2003 16:49:13 -0000
albertel Wed May 14 12:49:13 2003 EDT
Modified files:
/loncom/homework structuretags.pm
Log:
- typo
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.172 loncom/homework/structuretags.pm:1.173
--- loncom/homework/structuretags.pm:1.172 Wed May 14 09:33:00 2003
+++ loncom/homework/structuretags.pm Wed May 14 12:49:13 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.172 2003/05/14 13:33:00 albertel Exp $
+# $Id: structuretags.pm,v 1.173 2003/05/14 16:49:13 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -506,7 +506,7 @@
&finalize_storage();
}
if ($target eq 'answer' && ($ENV{'request.state'} eq 'construct')
- && $ENV{'form.answer_mode_output'} ne 'tex') {
+ && $ENV{'form.answer_output_mode'} ne 'tex') {
$result.='</html>'; # normally we get it from xmlend, but in CSTR
# we always show answer mode too.
}