[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework lonhomework.pm

raeburn raeburn at source.lon-capa.org
Sun Sep 18 17:37:25 EDT 2016


raeburn		Sun Sep 18 21:37:25 2016 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/homework	lonhomework.pm 
  Log:
  - For 2.11
    - Fix typos in 1.344.2.5 backport
  
  
Index: loncom/homework/lonhomework.pm
diff -u loncom/homework/lonhomework.pm:1.344.2.6 loncom/homework/lonhomework.pm:1.344.2.7
--- loncom/homework/lonhomework.pm:1.344.2.6	Fri Sep 16 14:44:14 2016
+++ loncom/homework/lonhomework.pm	Sun Sep 18 21:37:25 2016
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Homework handler
 #
-# $Id: lonhomework.pm,v 1.344.2.6 2016/09/16 14:44:14 raeburn Exp $
+# $Id: lonhomework.pm,v 1.344.2.7 2016/09/18 21:37:25 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1107,7 +1107,7 @@
             <div class="LC_edit_problem_header">
               <div class="LC_edit_problem_header_title">'.
                 &mt('Problem Editing').' '.&Apache::loncommon::help_open_topic('Problem_Editor_XML_Index').
-                </div><div class="LC_edit_actionbar" id="actionbar">';
+                '</div><div class="LC_edit_actionbar" id="actionbar">';
 
     $result.='<input type="hidden" name="problemmode" value="saveedit" />'.
                   &Apache::structuretags::problem_edit_buttons('editxml');
@@ -1130,7 +1130,7 @@
             &mt("Miscellaneous"), misc_datastructure());
     }
 
-   $result .= Apache::lonmenu::create_submenu("#", "",
+    $result .= Apache::lonmenu::create_submenu("#", "",
         &mt("Help") . ' <img src="/adm/help/help.png" alt="' . &mt("Help") .
         '" style="vertical-align:text-bottom; height: auto; margin:0; "/>',
         helpmenu_datastructure(),"");
@@ -1369,7 +1369,7 @@
         &File::Copy::copy($templatefilename,$dest);
         &renderpage($request,$dest);
         return;
-
+    }
     if ($env{'form.template'}) {
 	my $file = $env{'form.template'};
 	my $dest = &Apache::lonnet::filelocation("",$request->uri);




More information about the LON-CAPA-cvs mailing list