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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 18 Apr 2006 22:55:52 -0000


albertel		Tue Apr 18 18:55:52 2006 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
  - typo
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.347 loncom/homework/structuretags.pm:1.348
--- loncom/homework/structuretags.pm:1.347	Tue Apr 18 18:36:23 2006
+++ loncom/homework/structuretags.pm	Tue Apr 18 18:55:49 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.347 2006/04/18 22:36:23 albertel Exp $
+# $Id: structuretags.pm,v 1.348 2006/04/18 22:55:49 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -250,7 +250,7 @@
 sub problem_edit_footer {
     return '</td></tr></table><br /><input type="submit" name="submit" value="'.&mt('Submit Changes and Edit').'" />
     <input type="submit" name="submit" value="'.&mt('Submit Changes and View').'" />'.
-    &Apache::lonhtmlcommon::htmlareaselectactive(&Apache::lonhtmcommon::get_htmlareafields()).
+    &Apache::lonhtmlcommon::htmlareaselectactive(&Apache::lonhtmlcommon::get_htmlareafields()).
     "\n</form>\n".&Apache::loncommon::end_page();
 }
 
@@ -861,7 +861,7 @@
 	    if ($target ne 'tex' &&
 		$env{'form.answer_output_mode'} ne 'tex') {
 		$result.="</form>";
-		$result.= &Apache::lonhtmlcommon::htmlareaselectactive(&Apache::lonhtmcommon::get_htmlareafields());
+		$result.= &Apache::lonhtmlcommon::htmlareaselectactive(&Apache::lonhtmlcommon::get_htmlareafields());
 	    }
 	    if ($target eq 'web') {
 		$result.= &Apache::loncommon::end_page({'discussion' => 1});