diff --git a/modules/core/templates/frontpage_federation.tpl.php b/modules/core/templates/frontpage_federation.tpl.php index aea2badc38946985db7f7df5189235c40d2353d3..08af6b5845775b062c59cd6162163d1c4f79a9e5 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>';