From 0b0203e2ed0d2e68c453f58a385d8431f448e67a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 4 Nov 2008 10:36:44 +0000
Subject: [PATCH] minor editing.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@971 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SimpleSAML/XML/AttributeFilter.php | 2 +-
 templates/default/frontpage.php        | 3 ---
 www/index.php                          | 2 +-
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/lib/SimpleSAML/XML/AttributeFilter.php b/lib/SimpleSAML/XML/AttributeFilter.php
index 39d19d32a..ad51816d5 100644
--- a/lib/SimpleSAML/XML/AttributeFilter.php
+++ b/lib/SimpleSAML/XML/AttributeFilter.php
@@ -3,7 +3,7 @@
 /**
  * AttributeFilter is a mapping between attribute names.
  *
- * @author Andreas Ĺkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
+ * @author Andreas Ă…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
  * @package simpleSAMLphp
  * @version $Id$
  */
diff --git a/templates/default/frontpage.php b/templates/default/frontpage.php
index dd0259dd6..e188f91d0 100644
--- a/templates/default/frontpage.php
+++ b/templates/default/frontpage.php
@@ -3,13 +3,10 @@
 	$this->includeAtTemplateBase('includes/header.php'); 
 ?>
 
-
-
 <div class="enablebox mini">
 <table>
 
 <?php
-
 $icon_enabled  = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="enabled" />';
 $icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/delete.png" alt="disabled" />';
 ?>
diff --git a/www/index.php b/www/index.php
index 93ff4078d..f448c6cb1 100644
--- a/www/index.php
+++ b/www/index.php
@@ -219,7 +219,7 @@ $funcmatrix[] = array(
 	'required' => 'required',
 	'descr' => 'auth.adminpassword option set',
 	'enabled' => $password_ok
-	);
+);
 
 $t = new SimpleSAML_XHTML_Template($config, 'frontpage.php', 'frontpage');
 $t->data['header'] = 'simpleSAMLphp installation page';
-- 
GitLab