summaryrefslogtreecommitdiff
path: root/LedgerSMB/Template
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-05-17 00:21:22 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-05-17 00:21:22 +0000
commit0a4abf20866526b5803ab3fbe0e484ad7cda3588 (patch)
tree7195abd46a6bb123184216f1f4fe295f6eda3eba /LedgerSMB/Template
parenta8b15f586f8f9e40e4941ac4148dca6705ce744c (diff)
POD fixes and POD syntax tests
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1202 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/Template')
-rwxr-xr-xLedgerSMB/Template/HTML.pm19
1 files changed, 12 insertions, 7 deletions
diff --git a/LedgerSMB/Template/HTML.pm b/LedgerSMB/Template/HTML.pm
index 62834f70..9f1ae252 100755
--- a/LedgerSMB/Template/HTML.pm
+++ b/LedgerSMB/Template/HTML.pm
@@ -5,23 +5,28 @@ LedgerSMB::Template::HTML Template support module for LedgerSMB
=head1 METHODS
+=over
+
=item get_template ()
=item preprocess ($vars)
+
This method returns a reference to a hash that contains a copy of the passed
hashref's data with HTML entities converted to escapes.
=item postprocess ()
+=back
+
=head1 Copyright (C) 2007, The LedgerSMB core team.
-# This work contains copyrighted information from a number of sources all used
-# with permission.
-#
-# It is released under the GNU General Public License Version 2 or, at your
-# option, any later version. See COPYRIGHT file for details. For a full list
-# including contact information of contributors, maintainers, and copyright
-# holders, see the CONTRIBUTORS file.
+This work contains copyrighted information from a number of sources all used
+with permission.
+
+It is released under the GNU General Public License Version 2 or, at your
+option, any later version. See COPYRIGHT file for details. For a full list
+including contact information of contributors, maintainers, and copyright
+holders, see the CONTRIBUTORS file.
=cut
use Error qw(:try);