You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/05/09 14:51:01 UTC

svn commit: r1336157 - /httpd/site/trunk/templates/core.html

Author: humbedooh
Date: Wed May  9 12:51:00 2012
New Revision: 1336157

URL: http://svn.apache.org/viewvc?rev=1336157&view=rev
Log:
fix up some html invalidations

Modified:
    httpd/site/trunk/templates/core.html

Modified: httpd/site/trunk/templates/core.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/templates/core.html?rev=1336157&r1=1336156&r2=1336157&view=diff
==============================================================================
--- httpd/site/trunk/templates/core.html (original)
+++ httpd/site/trunk/templates/core.html Wed May  9 12:51:00 2012
@@ -33,12 +33,10 @@
             {% endblock %}
 
             <!-- FOOTER -->
-            <div id="footer">
-                <p class="apache">
-                    {% block copyright %}
-                    {% filter markdown %}{% include "copyright.mdtext" %}{% endfilter %}
-                    {% endblock %}
-                </p>
+            <div id="footer apache">
+                {% block copyright %}
+                {% filter markdown %}{% include "copyright.mdtext" %}{% endfilter %}
+                {% endblock %}
             </div>
         </div>
     </body>