diff --git a/templates/default/openid-about.php b/templates/default/openid-about.php index 424856899a83eeedd96bb5c189ee7aaea570ffe5..4393e2fd64cf8f4305254995370223c64c422e19 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>