Skip to content
Snippets Groups Projects
Commit b9d3818d authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

fix UI on secret url box

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1257 44740490-163a-0410-bde0-09ae8108e29a
parent e4760433
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ foreach ($this->data['res'] AS $tag => $res) { ...@@ -65,7 +65,7 @@ foreach ($this->data['res'] AS $tag => $res) {
if (array_key_exists('secretURL', $this->data)) { if (array_key_exists('secretURL', $this->data)) {
echo('<p>This page can be accessed by this secret URL:<br />'); echo('<p>This page can be accessed by this secret URL:<br />');
echo('<pre style="border: 1px solid #aaa; background: #eee; color: #999; padding: .1em; margin: .2em;">'); echo('<pre style="border: 1px solid #aaa; background: #eee; color: #999;c padding: .1em; margin: .2em;">');
echo(htmlentities($this->data['secretURL'])); echo(htmlentities($this->data['secretURL']));
echo('</pre></p>'); echo('</pre></p>');
......
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