You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2012/05/06 16:24:17 UTC

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

Author: joes
Date: Sun May  6 14:24:17 2012
New Revision: 1334636

URL: http://svn.apache.org/viewvc?rev=1334636&view=rev
Log:
whitespace issues with markdown filter

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=1334636&r1=1334635&r2=1334636&view=diff
==============================================================================
--- httpd/site/trunk/templates/core.html (original)
+++ httpd/site/trunk/templates/core.html Sun May  6 14:24:17 2012
@@ -21,9 +21,7 @@
         <!-- LEFT SIDE NAVIGATION -->
         <div id="apmenu">
             {% block navigation %}
-            {% filter markdown %}
-            {% include "navigation.mdtext" %}
-            {% endfilter %}
+            {% filter markdown %}{% include "navigation.mdtext" %}{% endfilter %}
             {% endblock %}
         </div>
 
@@ -38,9 +36,7 @@
             <div id="footer">
                 <p class="apache">
                     {% block copyright %}
-                    {% filter markdown %}
-                    {% include "copyright.mdtext" %}
-                    {% endfilter %}
+                    {% filter markdown %}{% include "copyright.mdtext" %}{% endfilter %}
                     {% endblock %}
                 </p>
             </div>