Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
customization simpleSAMLphp
Commits
e03f874a
Commit
e03f874a
authored
5 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
Update selectsource.tpl.php removed ul tags
parent
2428742a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mymodule/templates/selectsource.tpl.php
+0
-2
mymodule/templates/selectsource.tpl.php
with
0 additions
and
2 deletions
+0
-2
mymodule/templates/selectsource.tpl.php
+
0
-
2
View file @
e03f874a
...
...
@@ -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'
);
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets