From 0240c9c70fde3ee18ee282ddce71661f7684a31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 1 Sep 2008 11:52:36 +0000 Subject: [PATCH] Short tag is not allowed in simplesamlphp!!! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@850 44740490-163a-0410-bde0-09ae8108e29a --- templates/default/errorreport.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default/errorreport.php b/templates/default/errorreport.php index 1929d6426..22d00ff1c 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 -- GitLab