diff --git a/html/index.php b/html/index.php
index 04a47905d..87f272de0 100755
--- a/html/index.php
+++ b/html/index.php
@@ -288,9 +288,10 @@ if (is_array($pagetitle))
' . (isset($config['footer']) ? $config['footer'] : ''));
-echo('
Powered by
' . $config['project_name_version'].'. ');
+echo('
Powered by
' . $config['project_name_version'].'.
');
echo( $config['project_name'].' is
Free Software, released under the
GNU GPLv3.
');
-echo(' Copyright © 2006-2012 by Adam Armstrong. Copyright © 2013-'.date("Y").' by the '.$config['project_name'].' Contributors.');
+echo(' Copyright © 2013-'.date("Y").' by the '.$config['project_name'].' Contributors.
');
+echo(' Copyright © 2006-2012 by Adam Armstrong.');
?>