From fc230156c3a74b2a163a4ef9eaf7af25f1120170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Sat, 8 Mar 2008 23:43:03 +0000 Subject: [PATCH] Fixing typo on error template. Thanks to Adam Forsytad git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@377 44740490-163a-0410-bde0-09ae8108e29a --- templates/default/en/error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/en/error.php b/templates/default/en/error.php index 9f8f12f5a..fef952272 100644 --- a/templates/default/en/error.php +++ b/templates/default/en/error.php @@ -22,7 +22,7 @@ if(array_key_exists('descr_' . $this->data['errorcode'], $this->data)) { if(array_key_exists('trackid', $this->data)) { ?> <div class="trackidtext"> - If you report this error the track ID makes it possible to track your session in the logs available to the system adinistrator: + If you report this error the track ID makes it possible to track your session in the logs available to the system administrator: <span class="trackid"><?php echo $this->data['trackid']; ?><span> </div> -- GitLab