You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2013/05/10 08:40:45 UTC

svn commit: r1480894 - /pdfbox/cmssite/trunk/templates/skeleton.html

Author: lehmi
Date: Fri May 10 06:40:45 2013
New Revision: 1480894

URL: http://svn.apache.org/r1480894
Log:
removed unnecessary formatting

Modified:
    pdfbox/cmssite/trunk/templates/skeleton.html

Modified: pdfbox/cmssite/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/templates/skeleton.html?rev=1480894&r1=1480893&r2=1480894&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/templates/skeleton.html (original)
+++ pdfbox/cmssite/trunk/templates/skeleton.html Fri May 10 06:40:45 2013
@@ -146,7 +146,7 @@
                 </ul>
             </div>
             <div class="span9">
-                <p>{% block content %} {{ content|markdown }} {% endblock %}</p>
+                {% block content %} {{ content|markdown }} {% endblock %}
             </div>
         </div>
     </div>