--- loncom/xml/londefdef.pm 2003/10/14 00:21:12 1.180
+++ loncom/xml/londefdef.pm 2003/10/14 14:40:33 1.181
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Tags Default Definition Module
#
-# $Id: londefdef.pm,v 1.180 2003/10/14 00:21:12 albertel Exp $
+# $Id: londefdef.pm,v 1.181 2003/10/14 14:40:33 sakharuk Exp $
#
#
# Copyright Michigan State University Board of Trustees
@@ -140,7 +140,7 @@ sub end_tthoption {
return $result;
}
-#-- tag
+#-- tag (end tag optional)
sub start_html {
my ($target,$token) = @_;
my $currentstring = '';
@@ -188,7 +188,7 @@ sub end_html {
return $currentstring;
}
-#--
tag
+#-- tag (end tag optional)
sub start_head {
my ($target,$token) = @_;
my $currentstring = '';
@@ -208,7 +208,7 @@ sub end_head {
return $currentstring;
}
-#--