diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-10-16 15:40:46 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-10-16 15:40:46 +0100 |
| commit | b153fbac41542d12d3f14cec45208d732af81b43 (patch) | |
| tree | 71620ca6f48d3089ea86231ab4e9d8cf2130203d /help_text.php | |
| parent | a42f68722ff6c9cde5e7f83ba449a6845aeccf18 (diff) | |
| download | webtrees-b153fbac41542d12d3f14cec45208d732af81b43.tar.gz webtrees-b153fbac41542d12d3f14cec45208d732af81b43.tar.bz2 webtrees-b153fbac41542d12d3f14cec45208d732af81b43.zip | |
More PSR-1 code style
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/help_text.php b/help_text.php index 9eef50bb24..12516ab9e8 100644 --- a/help_text.php +++ b/help_text.php @@ -428,9 +428,9 @@ case 'ALLOW_USER_THEMES': break; case 'CALENDAR_FORMAT': - $d1=new WT_Date('22 SEP 1792'); $d1=$d1->Display(); - $d2=new WT_Date('31 DEC 1805'); $d2=$d2->Display(); - $d3=new WT_Date('15 OCT 1582'); $d3=$d3->Display(); + $d1=new WT_Date('22 SEP 1792'); $d1=$d1->display(); + $d2=new WT_Date('31 DEC 1805'); $d2=$d2->display(); + $d3=new WT_Date('15 OCT 1582'); $d3=$d3->display(); $title=WT_I18N::translate('Calendar conversion'); $text= '<p>'. |
