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

Typing error in delegate element

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@878 44740490-163a-0410-bde0-09ae8108e29a
parent 01b6157f
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ $this->includeAtTemplateBase('includes/header.php'); ...@@ -20,7 +20,7 @@ $this->includeAtTemplateBase('includes/header.php');
<p><?php echo($this->t('{openid:howtouse}')); ?></p> <p><?php echo($this->t('{openid:howtouse}')); ?></p>
<pre>&lt;link rel="openid.server" href="<?php echo htmlspecialchars($this->data['openidserver']); ?>" /&gt; <pre>&lt;link rel="openid.server" href="<?php echo htmlspecialchars($this->data['openidserver']); ?>" /&gt;
&lt;link rel="openid.delegation" href="<?php echo htmlspecialchars($this->data['openiddelegation']); ?>" /&gt; &lt;link rel="openid.delegate" href="<?php echo htmlspecialchars($this->data['openiddelegation']); ?>" /&gt;
</pre> </pre>
......
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