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

Commit d7c01ba

Browse files
encode caption
Co-authored-by: forevermatt <forevermatt@users.noreply.github.com>
1 parent ca8e802 commit d7c01ba

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
@@ -111,7 +111,7 @@ function clickedAnyway(idpName) {
111111
src="<?= empty($idp['logoURL']) ? 'default-logo.png'
112112
: $idp['logoURL'] ?>">
113113
</div>
114-
<span class="mdl-color-text--grey-600 logo-caption" ><?= empty($idp['logoCaption']) ? '<br>': $idp['logoCaption'] ?> </span>
114+
<span class="mdl-color-text--grey-600 logo-caption" ><?= empty($idp['logoCaption']) ? '<br>': htmlentities($idp['logoCaption']) ?> </span>
115115
</div>
116116
</div>
117117
</div>

0 commit comments

Comments
 (0)