From df8e97cc55c733e0add709d1e7148d24da2afe76 Mon Sep 17 00:00:00 2001
From: Olimpia Magliulo <olimpiam@intern-ikts-MacBook-Air.local>
Date: Fri, 8 Dec 2017 11:27:49 +0100
Subject: [PATCH] Fix footer

- After adding padding and margin to the paragraph the footer was
no longer working properly.
- Paragraph in the footer changes to a div.
---
 templates/_footer.twig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/_footer.twig b/templates/_footer.twig
index 27a24133f..eff6f7a17 100644
--- a/templates/_footer.twig
+++ b/templates/_footer.twig
@@ -1,10 +1,10 @@
         <div id="footer">
             <div class="wrap">
-                <p class="center copyrights dark-bg">
+                <div 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">SimpleSAMLphp</a>
-                </p>
+                </div>
                 <div class="logo-footer-right">
                     <div class="logo-footer">
                         <img class="pure-img" src="/{{ baseurlpath }}resources/icons/ssplogo-fish-small.png" alt="Small fish logo">
-- 
GitLab