[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface loncommon.pm

raeburn raeburn at source.lon-capa.org
Sun Dec 29 21:15:03 EST 2013


raeburn		Mon Dec 30 02:15:03 2013 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	loncommon.pm 
  Log:
  - For 2.11
    - Fix typo in rev 1.1075.2.60
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1075.2.61 loncom/interface/loncommon.pm:1.1075.2.62
--- loncom/interface/loncommon.pm:1.1075.2.61	Mon Dec 30 01:57:04 2013
+++ loncom/interface/loncommon.pm	Mon Dec 30 02:15:02 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1075.2.61 2013/12/30 01:57:04 raeburn Exp $
+# $Id: loncommon.pm,v 1.1075.2.62 2013/12/30 02:15:02 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -7547,7 +7547,7 @@
     my ($result, at advtools);
 
     if (! exists($args->{'skip_phases'}{'head'}) ) {
-        $result .= &xml_begin($args->{'frameset') . &headtag($title, $head_extra, $args);
+        $result .= &xml_begin($args->{'frameset'}) . &headtag($title, $head_extra, $args);
     }
     
     if (! exists($args->{'skip_phases'}{'body'}) ) {




More information about the LON-CAPA-cvs mailing list