]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/templates/guest/guest_footer.tpl
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / templates / guest / guest_footer.tpl
index 898f223763153e3ac1f5ce6f27b06b9c5572fcf1..13f1a363fc73e90ee5fa9fa4751c991f186a1661 100644 (file)
@@ -4,7 +4,8 @@
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
-       <footer class="footer">
+
+       <div class="footer">
                <ul class="footer_nav">
                        <li class="footer_link">
                                <h:link outcome="index" title="#{msg.LINK_GUEST_HOME_TITLE}" value="#{msg.LINK_GUEST_HOME}" />
@@ -36,7 +37,5 @@
 
                        <li class="footer_copyright">Copyright (c) 2016, 2017 Roland Häder</li>
                </ul>
-       </footer>
-
-       <div class="clear"></div>
+       </div>
 </ui:composition>