diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2003-01-29 19:43:59 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2003-01-29 19:43:59 +0000 |
commit | 8b0caf14e6575fd27dd504317c10458c181fa708 (patch) | |
tree | 4594867d758573dc05fe7a45619307fcd8ab662d /devel/p5-Data-ShowTable | |
parent | d3b01e704b4946221499325cea5d60678c465c08 (diff) | |
download | ports-8b0caf14e6575fd27dd504317c10458c181fa708.tar.gz ports-8b0caf14e6575fd27dd504317c10458c181fa708.zip |
Notes
Diffstat (limited to 'devel/p5-Data-ShowTable')
-rw-r--r-- | devel/p5-Data-ShowTable/files/patch-ShowTable.pm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/p5-Data-ShowTable/files/patch-ShowTable.pm b/devel/p5-Data-ShowTable/files/patch-ShowTable.pm new file mode 100644 index 000000000000..6e59fbb59e40 --- /dev/null +++ b/devel/p5-Data-ShowTable/files/patch-ShowTable.pm @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ShowTable.pm.orig Sun Mar 2 23:04:50 1997 ++++ ShowTable.pm Fri Dec 27 16:25:33 2002 +@@ -721,7 +721,7 @@ + + S< >B<ShowHTMLTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub> + [, I<\&fmt_sub> [, I<$max_width> [, I<\%URL_Keys> [, I<$no_escape> +-[, I<\@title_formats [, I<\@data_formats [, I<$table_attrs> ] ] ] ] ] ] ]; ++[, I<\@title_formats> [, I<\@data_formats> [, I<$table_attrs> ] ] ] ] ] ] ]; + + The B<ShowHTMLTable> displays one or more rows of columns of data using + the HTML C<\<TABLE\>> feature. In addition to the usual parameter arguments |