Commit f114fe50 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Merge branch 'patch-1' into 'master'

Update selectsource.tpl.php removed ul tags

See merge request !22
parents 2428742a e03f874a
Pipeline #714 passed with stage
in 1 second
......@@ -9,7 +9,6 @@ $this->includeAtTemplateBase('includes/header.php');
<form action="/idp/module.php/multiauth/selectsource.php" method="get">
<input type="hidden" name="AuthState" value="<?php echo htmlspecialchars($this->data['authstate']); ?>" />
<ul>
<?php
echo '<div>';
foreach ($this->data['sources'] as $source) {
......@@ -25,6 +24,5 @@ foreach ($this->data['sources'] as $source) {
}
echo '</div>';
?>
</ul>
</form>
<?php $this->includeAtTemplateBase('includes/footer.php');
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment