From b9d3818dae04576aa3c3aafc978ba71d4101db3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Wed, 11 Feb 2009 09:50:08 +0000
Subject: [PATCH] fix UI on secret url box

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1257 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/ldapstatus/templates/ldapsinglehost.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/ldapstatus/templates/ldapsinglehost.php b/modules/ldapstatus/templates/ldapsinglehost.php
index feaeba4ea..23e47a096 100644
--- a/modules/ldapstatus/templates/ldapsinglehost.php
+++ b/modules/ldapstatus/templates/ldapsinglehost.php
@@ -65,7 +65,7 @@ foreach ($this->data['res'] AS $tag => $res) {
 if (array_key_exists('secretURL', $this->data)) {
 	
 	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('</pre></p>');
 	
-- 
GitLab