diff --git a/lib/SimpleSAML/XML/AttributeFilter.php b/lib/SimpleSAML/XML/AttributeFilter.php
index 39d19d32a80655690551e8769b3de70a4497f8a1..ad51816d52bf47dbc47445ca6ebf117d9928243d 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 dd0259dd6c7049a6478a01d8e8ab44b7ad4c7399..e188f91d0b904a9509469d66777ba232f63982b3 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 93ff4078d115678f72b64fea5d46cd0d83e03e64..f448c6cb1ebebea15d3d165393cca11a182aec45 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';