summaryrefslogtreecommitdiff
path: root/includes/reportheader.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-10-21 23:01:25 +0100
committerGreg Roach <fisharebest@gmail.com>2014-10-21 23:01:25 +0100
commit619b10f92c4eb5dbcc6c6b1f723a55fba9953ad0 (patch)
tree5771f6b35961fba74ef2a005ed5e7a0460e396ca /includes/reportheader.php
parentaa2c034c0739ae07cb2363d87bf3888d6fda00ff (diff)
downloadwebtrees-619b10f92c4eb5dbcc6c6b1f723a55fba9953ad0.tar.gz
webtrees-619b10f92c4eb5dbcc6c6b1f723a55fba9953ad0.tar.bz2
webtrees-619b10f92c4eb5dbcc6c6b1f723a55fba9953ad0.zip
PSR-1
Diffstat (limited to 'includes/reportheader.php')
-rw-r--r--includes/reportheader.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/reportheader.php b/includes/reportheader.php
index 9fac4573f8..aa59bdbb76 100644
--- a/includes/reportheader.php
+++ b/includes/reportheader.php
@@ -36,9 +36,9 @@ if (!defined('WT_WEBTREES')) {
$elementHandler = array();
$elementHandler["Report"]["start"] ="ReportSHandler";
$elementHandler["var"]["start"] ="varSHandler";
-$elementHandler["Title"]["start"] ="TitleSHandler";
-$elementHandler["Title"]["end"] ="TitleEHandler";
-$elementHandler["Description"]["end"]="DescriptionEHandler";
+$elementHandler["Title"]["start"] ="titleStartHandler";
+$elementHandler["Title"]["end"] ="titleEndHandler";
+$elementHandler["Description"]["end"]="descriptionEndHandler";
$elementHandler["Input"]["start"] ="InputSHandler";
$elementHandler["Input"]["end"] ="InputEHandler";