Skip to content
Snippets Groups Projects
Commit c5cacf54 authored by Jaime Perez's avatar Jaime Perez
Browse files

Fix for double HTML escaping for referers in error reporting.

parent 6ad6c966
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ $message = '<h1>SimpleSAMLphp Error Report</h1>
<p>Report ID: <tt>' . $data['reportId'] . '</tt></p>
<p>Referer: <tt>' . htmlspecialchars($data['referer']) . '</tt></p>
<p>Referer: <tt>' . $data['referer'] . '</tt></p>
<hr />
<div class="footer">This message was sent using simpleSAMLphp. Visit the <a href="http://simplesamlphp.org/">simpleSAMLphp homepage</a>.</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment