Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 1655dba

Browse files
committed
add htmlentities
1 parent 8a8e0ef commit 1655dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/material/default/selectidp-links.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function clickedAnyway(idpName) {
8888
: $idp['logoURL'] ?>">
8989
</div>
9090

91-
<span class="mdl-color-text--grey-600 logo-caption clickable-caption"><?= empty($idp['logoCaption']) ? '<br>': $idp['logoCaption'] ?> </span>
91+
<span class="mdl-color-text--grey-600 logo-caption clickable-caption"><?= empty($idp['logoCaption']) ? '<br>': htmlentities($idp['logoCaption']) ?> </span>
9292
</button>
9393
</div>
9494
</div>

0 commit comments

Comments
 (0)