[LON-CAPA-cvs] cvs: loncom /xml londefdef.pm
raeburn
raeburn at source.lon-capa.org
Wed Mar 15 12:47:59 EDT 2023
raeburn Wed Mar 15 16:47:59 2023 EDT
Modified files:
/loncom/xml londefdef.pm
Log:
- Coding style.
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.466 loncom/xml/londefdef.pm:1.467
--- loncom/xml/londefdef.pm:1.466 Sun Sep 5 15:04:25 2021
+++ loncom/xml/londefdef.pm Wed Mar 15 16:47:59 2023
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Tags Default Definition Module
#
-# $Id: londefdef.pm,v 1.466 2021/09/05 15:04:25 raeburn Exp $
+# $Id: londefdef.pm,v 1.467 2023/03/15 16:47:59 raeburn Exp $
#
#
# Copyright Michigan State University Board of Trustees
@@ -367,7 +367,7 @@
$Apache::londefdef::title =
&Apache::lonxml::get_all_text('/title',$parser,$style);
} elsif ($target eq 'tex') {
- $currentstring .= '\keephidden{Title of the document: '
+ $currentstring .= '\keephidden{Title of the document: ';
}
if ($target eq 'meta') {
$currentstring='<title>';
More information about the LON-CAPA-cvs
mailing list