From eb179ec08266d983b42c64f9f5c2c493023f95a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Fri, 19 Sep 2008 12:12:33 +0000 Subject: [PATCH] Typing error in delegate element git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@878 44740490-163a-0410-bde0-09ae8108e29a --- templates/default/openid-about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/openid-about.php b/templates/default/openid-about.php index 424856899..4393e2fd6 100644 --- a/templates/default/openid-about.php +++ b/templates/default/openid-about.php @@ -20,7 +20,7 @@ $this->includeAtTemplateBase('includes/header.php'); <p><?php echo($this->t('{openid:howtouse}')); ?></p> <pre><link rel="openid.server" href="<?php echo htmlspecialchars($this->data['openidserver']); ?>" /> -<link rel="openid.delegation" href="<?php echo htmlspecialchars($this->data['openiddelegation']); ?>" /> +<link rel="openid.delegate" href="<?php echo htmlspecialchars($this->data['openiddelegation']); ?>" /> </pre> -- GitLab