Skip to content
Snippets Groups Projects
Verified Commit 36bc6b12 authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

style: ecs

parent f85ec6e3
No related branches found
No related tags found
No related merge requests found
......@@ -181,14 +181,14 @@ if ($this->data['errorCode'] !== null) {
<?php
if (!empty($this->data['links'])) {
echo '<ul class="links">';
foreach ($this->data['links'] as $l) {
echo '<li><a href="' . htmlspecialchars($l['href'], ENT_QUOTES) . '">' . htmlspecialchars(
$this->t($l['text'])
) . '</a></li>';
}
echo '</ul>';
}
echo '<ul class="links">';
foreach ($this->data['links'] as $l) {
echo '<li><a href="' . htmlspecialchars($l['href'], ENT_QUOTES) . '">' . htmlspecialchars(
$this->t($l['text'])
) . '</a></li>';
}
echo '</ul>';
}
?>
<script src="<?php echo htmlspecialchars(Module::getModuleUrl('privacyidea/js/pi-webauthn.js'), ENT_QUOTES); ?>">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment