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

raeburn raeburn at source.lon-capa.org
Tue May 5 17:45:55 EDT 2015


raeburn		Tue May  5 21:45:55 2015 EDT

  Modified files:              
    /loncom/interface	lonhtmlcommon.pm 
  Log:
  - Fix pod including removal of unnecessary white space.
  
  
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.361 loncom/interface/lonhtmlcommon.pm:1.362
--- loncom/interface/lonhtmlcommon.pm:1.361	Fri Apr 24 21:31:56 2015
+++ loncom/interface/lonhtmlcommon.pm	Tue May  5 21:45:55 2015
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common html routines
 #
-# $Id: lonhtmlcommon.pm,v 1.361 2015/04/24 21:31:56 musolffc Exp $
+# $Id: lonhtmlcommon.pm,v 1.362 2015/05/05 21:45:55 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1773,11 +1773,11 @@
 =item $helplink
 
 if 'nohelp' don't include the orange help link
-        
+
 =item $css_class
 
 optional name for the class to apply to the table for CSS
-        
+
 =item $no_mt 
 
 optional flag, 1 if &mt() is _not_ to be applied to $component when including the text on the right
@@ -3606,7 +3606,7 @@
 =back
 
 =back
- 
+
 returns: XHTML list as String. 
 
 =cut   
@@ -3807,18 +3807,17 @@
 
 =back
 
-=back
-
 Inputs: ./.
 
 Returns: HTML code with function list end
+
 =cut
 
 sub end_funclist {
     return "</ul>\n";
 }
 
-=over
+=pod
 
 =item &funclist_from_array( \@array, {legend => 'text for legend'} )
 
@@ -3838,7 +3837,7 @@
 it's value evaluates to false.
 
 =back
- 
+
 returns: XHTML list as string. 
 
 =back
@@ -3851,7 +3850,9 @@
     $args->{legend} ||= mt('Functions');
     return list_from_array( [$args->{legend}, @$items], 
                { listattr => {class => 'LC_funclist'} });
-}   
+}
+
+=pod
 
 =over
 
@@ -3871,7 +3872,7 @@
 A reference to the array containing text. Details: sub funclist_from_array
 
 =back
- 
+
 Returns: XHTML div as string. 
 
 =back




More information about the LON-CAPA-cvs mailing list