[LON-CAPA-cvs] cvs: rat(version_2_11_X) / lonpage.pm
raeburn
raeburn at source.lon-capa.org
Wed Jan 22 09:55:13 EST 2020
raeburn Wed Jan 22 14:55:13 2020 EDT
Modified files: (Branch: version_2_11_X)
/rat lonpage.pm
Log:
- For 2.11
Typo in rev. 1.111.2.7 backport of 1.121.
Index: rat/lonpage.pm
diff -u rat/lonpage.pm:1.111.2.9 rat/lonpage.pm:1.111.2.10
--- rat/lonpage.pm:1.111.2.9 Sat Jan 18 01:12:51 2020
+++ rat/lonpage.pm Wed Jan 22 14:55:13 2020
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Page Handler
#
-# $Id: lonpage.pm,v 1.111.2.9 2020/01/18 01:12:51 raeburn Exp $
+# $Id: lonpage.pm,v 1.111.2.10 2020/01/22 14:55:13 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -869,8 +869,8 @@
if ($cfile ne '') {
my $jscall = &Apache::lonhtmlcommon::jump_to_editres($cfile,$home,$switchserver,
$forceedit,1,$symb,undef,
- &escape($env{'form.title'},
- $hostname));
+ &escape($env{'form.title'}),
+ $hostname);
if ($jscall) {
$editbutton = 1;
my $icon = 'pcstr.png';
More information about the LON-CAPA-cvs
mailing list