Skip to content
Snippets Groups Projects
Commit fc230156 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Fixing typo on error template. Thanks to Adam Forsytad

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@377 44740490-163a-0410-bde0-09ae8108e29a
parent 822fdb60
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ if(array_key_exists('descr_' . $this->data['errorcode'], $this->data)) { ...@@ -22,7 +22,7 @@ if(array_key_exists('descr_' . $this->data['errorcode'], $this->data)) {
if(array_key_exists('trackid', $this->data)) { if(array_key_exists('trackid', $this->data)) {
?> ?>
<div class="trackidtext"> <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> <span class="trackid"><?php echo $this->data['trackid']; ?><span>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment