diff --git a/templates/default/errorreport.php b/templates/default/errorreport.php index 1929d64263819325304c4e9720701d64a424100c..22d00ff1cf05db24a97343971297b3c34b405c7e 100644 --- a/templates/default/errorreport.php +++ b/templates/default/errorreport.php @@ -4,6 +4,6 @@ $this->includeAtTemplateBase('includes/header.php'); ?> <div id="content"> -<h2><? echo $this->t('errorreport_header'); ?></h2> -<p><? echo $this->t('errorreport_text'); ?></p> +<h2><?php echo $this->t('errorreport_header'); ?></h2> +<p><?php echo $this->t('errorreport_text'); ?></p> <?php $this->includeAtTemplateBase('includes/footer.php'); ?> \ No newline at end of file