--- loncom/interface/entities.pm	2008/11/17 20:22:42	1.14
+++ loncom/interface/entities.pm	2008/11/17 20:24:25	1.15
@@ -76,6 +76,8 @@ Note numerical entities are essentially
 
 =head1 SUBROUTINES
 
+=over
+
 =item entity_to_utf8()
 
 
@@ -125,11 +127,12 @@ Returns
   input with entities replaced by latexable stuff (UTF-8 encodings or
   latex control strings to produce the entity.
 
+=back
+
 =head1 TABLES ASCII code page
 
 =cut
 
-
 package Apache::entities;
 use strict;
 
@@ -139,7 +142,7 @@ my %entities = (
 
 =pod
 
-=out
+=over
 
 =item (7-13)
 
@@ -1107,6 +1110,8 @@ my %entities = (
     latex equivalent, these are converted to utf-8 via this table
     of entity name -> unicode number.
 
+=back
+
 =cut
 
 my  %utf_table = (
@@ -1197,9 +1202,3 @@ sub replace_entities {
 1; 
 
 __END__
-
-=pod
-
-=back
-
-=cut