Skip to content
Snippets Groups Projects
Commit 5039c9a5 authored by Olav Morken's avatar Olav Morken
Browse files

www/saml2/sp: Replace call to htmlentities with htmlspecialchars.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2318 44740490-163a-0410-bde0-09ae8108e29a
parent 26c8a491
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ try { ...@@ -119,7 +119,7 @@ try {
</p> </p>
<p>SAML 2.0 Service Provider EntityID :</p> <p>SAML 2.0 Service Provider EntityID :</p>
<pre>' . htmlentities($spentityid) . '</pre> <pre>' . htmlspecialchars($spentityid) . '</pre>
<p>Links to metadata at service provider <p>Links to metadata at service provider
<ul> <ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment