Skip to content
Snippets Groups Projects
Commit 90cd3130 authored by Olav Morken's avatar Olav Morken
Browse files

Fix metadata overview template

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@780 44740490-163a-0410-bde0-09ae8108e29a
parent 12ac9c7f
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ $this->includeAtTemplateBase('includes/header.php');
}
echo '<div style="margin-left: 1em">';
echo '<div class="efieldlist"><h5>' . $t->t('metaover_required') . '</h5>';
echo '<div class="efieldlist"><h5>' . $t->t('metaover_required_found') . '</h5>';
echo '<dl>';
foreach ($entity['required.found'] AS $key => $value) {
echo '<dt>' . htmlspecialchars($key) . '</dt><dd>' . htmlspecialchars(var_export($value, TRUE)) . '</dd>';
......
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