Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit be63efa

Browse files
melangervyskocilpavel
authored andcommitted
Update listOfSps-tpl.php
1 parent 8b52031 commit be63efa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/listOfSps-tpl.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@
115115
continue;
116116
}
117117
echo '<tr>';
118-
echo '<td>' . ListOfSps::printServiceName($service['name'], $service['loginURL'] ?? null) . '</td>';
118+
echo '<td>'
119+
. ListOfSps::printServiceName($service['name'], $service['loginURL'] ?? null)
120+
. '</td>';
119121
if (array_key_exists($service['facility']->getID(), $samlServices)) {
120122
echo '<td>' . $this->t('{perun:listOfSps:saml}') . '</td>';
121123
} else {

0 commit comments

Comments
 (0)