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

Update selectsource.tpl.php removed ul tags

parent 2428742a
This commit is part of merge request !22. Comments created here will be created in the context of that merge request.
Showing with 0 additions and 2 deletions
+0 -2
......@@ -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');
Supports Markdown
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