[LON-CAPA-cvs] cvs: loncom /interface lonnavmaps.pm

matthew lon-capa-cvs@mail.lon-capa.org
Mon, 01 Dec 2003 14:38:25 -0000


matthew		Mon Dec  1 09:38:25 2003 EDT

  Modified files:              
    /loncom/interface	lonnavmaps.pm 
  Log:
  POD fixes.
  
  
Index: loncom/interface/lonnavmaps.pm
diff -u loncom/interface/lonnavmaps.pm:1.241 loncom/interface/lonnavmaps.pm:1.242
--- loncom/interface/lonnavmaps.pm:1.241	Thu Nov  6 10:24:13 2003
+++ loncom/interface/lonnavmaps.pm	Mon Dec  1 09:38:25 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Navigate Maps Handler
 #
-# $Id: lonnavmaps.pm,v 1.241 2003/11/06 15:24:13 albertel Exp $
+# $Id: lonnavmaps.pm,v 1.242 2003/12/01 14:38:25 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2345,6 +2345,8 @@
 ending resource, will cause a lot of BRANCH_STARTs and BRANCH_ENDs,
 but only one resource will be returned.
 
+=back
+
 =head2 Normal Usage
 
 Normal usage of the iterator object is to do the following:
@@ -2364,8 +2366,6 @@
 the depth of the iterator to see when it's done; do not copy that 
 code. It is difficult to get right and harder to understand then
 this. They should be migrated to this new style.
-
-=back
 
 =cut