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

raeburn raeburn at source.lon-capa.org
Mon Jul 1 19:40:56 EDT 2024


raeburn		Mon Jul  1 23:40:56 2024 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	lonhelp.pm 
  Log:
  - For 2.11
    Backport 1.49
  
  
Index: loncom/interface/lonhelp.pm
diff -u loncom/interface/lonhelp.pm:1.46 loncom/interface/lonhelp.pm:1.46.2.1
--- loncom/interface/lonhelp.pm:1.46	Sat Apr  1 13:55:32 2017
+++ loncom/interface/lonhelp.pm	Mon Jul  1 23:40:56 2024
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonhelp.pm,v 1.46 2017/04/01 13:55:32 raeburn Exp $
+# $Id: lonhelp.pm,v 1.46.2.1 2024/07/01 23:40:56 raeburn Exp $
 #
 # .tex help system web server handler
 #
@@ -246,8 +246,10 @@
                       };
      }
      my $firstfile;
+     $env{'form.texengine'} = 'tth';
      my $start_page=
 	 &Apache::loncommon::start_page('LON-CAPA Help',undef,$starthash);
+     delete($env{'form.texengine'});
      my $text='';
      my $uri = $r->uri;
      if ($env{'form.searchterm'}=~/\w/) {




More information about the LON-CAPA-cvs mailing list