diff options
Diffstat (limited to 'inc/Ui/Index.php')
-rw-r--r-- | inc/Ui/Index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/Ui/Index.php b/inc/Ui/Index.php index 6638fd607..22132c92c 100644 --- a/inc/Ui/Index.php +++ b/inc/Ui/Index.php @@ -32,9 +32,9 @@ class Index extends Ui public function show() { // print intro - print p_locale_xhtml('index'); + echo p_locale_xhtml('index'); - print $this->sitemap(); + echo $this->sitemap(); } /** |