--- loncom/xml/londefdef.pm 2003/10/21 13:36:32 1.184
+++ loncom/xml/londefdef.pm 2003/10/21 19:40:32 1.185
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Tags Default Definition Module
#
-# $Id: londefdef.pm,v 1.184 2003/10/21 13:36:32 sakharuk Exp $
+# $Id: londefdef.pm,v 1.185 2003/10/21 19:40:32 albertel Exp $
#
#
# Copyright Michigan State University Board of Trustees
@@ -344,7 +344,7 @@ sub start_title {
}
if ($target eq 'meta') {
$currentstring='
';
- &start_output();
+ &start_output($target);
}
return $currentstring;
}
@@ -358,7 +358,7 @@ sub end_title {
$currentstring .= '}';
}
if ($target eq 'meta') {
- &end_output();
+ &end_output($target);
$currentstring='';
}
return $currentstring;
@@ -654,7 +654,7 @@ sub start_h1 {
$currentstring .= $pre.'{\\'.$TeXsize.' \textbf{';
} elsif ($target eq 'meta') {
$currentstring='';
- &start_output();
+ &start_output($target);
}
return $currentstring;
}
@@ -676,7 +676,7 @@ sub end_h1 {
}
$currentstring .= '}}'.$post;
} elsif ($target eq 'meta') {
- &end_output();
+ &end_output($target);
$currentstring='';
}
return $currentstring;