You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/09/27 18:08:57 UTC

svn commit: r1391075 - /directory/site/trunk/templates/page.html

Author: pamarcelot
Date: Thu Sep 27 16:08:57 2012
New Revision: 1391075

URL: http://svn.apache.org/viewvc?rev=1391075&view=rev
Log:
Removed unused header variable.

Modified:
    directory/site/trunk/templates/page.html

Modified: directory/site/trunk/templates/page.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/page.html?rev=1391075&r1=1391074&r2=1391075&view=diff
==============================================================================
--- directory/site/trunk/templates/page.html (original)
+++ directory/site/trunk/templates/page.html Thu Sep 27 16:08:57 2012
@@ -6,6 +6,5 @@
 {% endextends %}
 
 {% block content %}{{ content|markdown }}{% endblock %}
-{{ headers.test }}
 
 {% include "footer.html" %}
\ No newline at end of file