You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2012/05/22 09:46:33 UTC

svn commit: r1341336 - /sling/site/trunk/templates/single_narrative.html

Author: fmeschbe
Date: Tue May 22 07:46:33 2012
New Revision: 1341336

URL: http://svn.apache.org/viewvc?rev=1341336&view=rev
Log:
SLING-2002 Remove excessive h1 tag

Modified:
    sling/site/trunk/templates/single_narrative.html

Modified: sling/site/trunk/templates/single_narrative.html
URL: http://svn.apache.org/viewvc/sling/site/trunk/templates/single_narrative.html?rev=1341336&r1=1341335&r2=1341336&view=diff
==============================================================================
--- sling/site/trunk/templates/single_narrative.html (original)
+++ sling/site/trunk/templates/single_narrative.html Tue May 22 07:46:33 2012
@@ -1,3 +1,3 @@
 {% extends "skeleton.html" %}
-{% block title %}{{ headers.title }}{% endblock %}</h1>
+{% block title %}{{ headers.title }}{% endblock %}
 {% block content %}{{ content|markdown }}{% endblock %}