From 8be2a71af446049c43d7b5b7f1124acf7e6162e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Wed, 15 Sep 2010 06:43:26 +0000 Subject: [PATCH] error in html template. Thanks to Dick Visser @ Terena git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2547 44740490-163a-0410-bde0-09ae8108e29a --- modules/core/templates/frontpage_federation.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/templates/frontpage_federation.tpl.php b/modules/core/templates/frontpage_federation.tpl.php index aea2badc3..08af6b584 100644 --- a/modules/core/templates/frontpage_federation.tpl.php +++ b/modules/core/templates/frontpage_federation.tpl.php @@ -63,7 +63,7 @@ foreach ($this->data['metaentries']['hosted'] AS $hm) { echo '<br />[ <a href="' . $hm['metadata-url'] . '">' . $this->t('{core:frontpage:show_metadata}') . '</a> ]'; - echo '</dd>'; + echo '</p></dd>'; } echo '</dl>'; -- GitLab