From 11165d8f1b54854e8de67e38f27bb12f2fd246d2 Mon Sep 17 00:00:00 2001
From: Olimpia Magliulo <olimpiam@intern-ikts-MacBook-Air.local>
Date: Tue, 28 Nov 2017 11:28:38 +0100
Subject: [PATCH] Correct typo in footer

-change copyright color according to updated stylesheet.
---
 templates/_footer.twig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/_footer.twig b/templates/_footer.twig
index 132ca0c67..27a24133f 100644
--- a/templates/_footer.twig
+++ b/templates/_footer.twig
@@ -1,9 +1,9 @@
         <div id="footer">
             <div class="wrap">
-                <p class="center copyrights">
-                    Copyright © 2007-2017
+                <p class="center copyrights dark-bg">
+                    <br>Copyright © 2007-2017
                     <br>
-                    <i class="fa fa-github" aria-hidden="true"></i> <a href="https://github.com/simplesamlphp/simplesamlphp">SimpleSAML</a>
+                    <i class="fa fa-github" aria-hidden="true"></i> <a href="https://github.com/simplesamlphp/simplesamlphp">SimpleSAMLphp</a>
                 </p>
                 <div class="logo-footer-right">
                     <div class="logo-footer">
-- 
GitLab