| 1 |
Description: Correct pod NAME issue in LedgerSMB/Template/LaTeX.pm
|
| 2 |
Is missing the dash from the pod NAME entry.
|
| 3 |
Bug: http://sourceforge.net/tracker/index.php?func=detail&aid=3472622&group_id=175965&atid=1005191
|
| 4 |
Author: Robert James Clay <jame@rocasa.us>
|
| 5 |
|
| 6 |
--- a/LedgerSMB/Template/LaTeX.pm
|
| 7 |
+++ b/LedgerSMB/Template/LaTeX.pm
|
| 8 |
@@ -1,7 +1,7 @@
|
| 9 |
|
| 10 |
=head1 NAME
|
| 11 |
|
| 12 |
-LedgerSMB::Template::LaTeX Template support module for LedgerSMB
|
| 13 |
+LedgerSMB::Template::LaTeX - Template support module for LedgerSMB
|
| 14 |
|
| 15 |
=head1 SYNOPSIS
|
| 16 |
|