no nested <p>s

This commit is contained in:
Sanj 2011-12-27 19:03:22 +05:30
parent 9b3ade15e1
commit 0a140f75b7

View File

@ -79,7 +79,7 @@
<div id="searchContent">
<p class="staticTitle">{{ page.title }}</p>
<img src="{{ page.main_image.url }} " alt="{{ page.title }}" width="300" class="staticImg">
<p class="markdownText">{{ page.text|markdown }}</p>
<div class="markdownText">{{ page.text|markdown }}</div>
</div><!-- SEARCH CONTENT CLOSING -->
</div><!-- SEARCH CONTAINER CLOSING -->