perltidy'ed the Help files

This commit is contained in:
Colin Kuskie 2007-07-21 05:01:24 +00:00
parent d95fabf53b
commit d057dba239
60 changed files with 4949 additions and 9598 deletions

View file

@ -2,22 +2,13 @@ package WebGUI::Help::Macro_H_homeLink;
our $HELP = {
'home link' => {
title => 'home link title',
body => '',
variables => [
{
'name' => 'homeLink.url'
},
{
'name' => 'homeLink.text'
}
],
fields => [
],
related => [
]
},
'home link' => {
title => 'home link title',
body => '',
variables => [ { 'name' => 'homeLink.url' }, { 'name' => 'homeLink.text' } ],
fields => [],
related => []
},
};