[LON-CAPA-cvs] cvs: loncom /homework chemresponse.pm

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 01 Aug 2006 14:04:59 -0000


albertel		Tue Aug  1 10:04:59 2006 EDT

  Modified files:              
    /loncom/homework	chemresponse.pm 
  Log:
  - andding in a missing nobr
  
  
Index: loncom/homework/chemresponse.pm
diff -u loncom/homework/chemresponse.pm:1.69 loncom/homework/chemresponse.pm:1.70
--- loncom/homework/chemresponse.pm:1.69	Thu Jul 27 16:34:40 2006
+++ loncom/homework/chemresponse.pm	Tue Aug  1 10:04:59 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # chemical equation style response
 #
-# $Id: chemresponse.pm,v 1.69 2006/07/27 20:34:40 albertel Exp $
+# $Id: chemresponse.pm,v 1.70 2006/08/01 14:04:59 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -245,6 +245,7 @@
 	$result .='</nobr><br /><nobr>';
 	$result .=&Apache::edit::text_arg('Correct Answer:','answer',
 					  $token,40);
+	$result .='</nobr><br /><nobr>';
 	$result .=&Apache::edit::text_arg('JME string of the answer (automatically updated when using the Draw Molecule button):',
 					  'jmeanswer',$token);
 	my $jmeanswer=&Apache::lonxml::get_param('jmeanswer',$parstack,