added autocomplete="off"
[koha.git] / C4 / Reports.pm
index 2777d0e..3e2f195 100644 (file)
@@ -18,6 +18,7 @@ package C4::Reports;
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
@@ -35,7 +36,7 @@ BEGIN {
 }
 
 =head1 NAME
-   
+
 C4::Reports - Module for generating reports 
 
 =head1 DESCRIPTION
@@ -46,11 +47,7 @@ This module contains functions common to reports.
 
 =head2 GetDelimiterChoices
 
-=over 4
-
-my $delims = GetDelimiterChoices;
-
-=back
+  my $delims = GetDelimiterChoices;
 
 This will return a list of all the available delimiters.