diff options
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html index f6ac5b5..f257365 100644 --- a/templates/post.html +++ b/templates/post.html @@ -3,7 +3,7 @@ $date$ </div> <h2><a href="$url$" rel="bookmark">$title$</a></h2> - <p>$body$</p> + <div>$body$</div> <div class="cat_tags clear"> <span class="category">Tagged as: $prettytags$</span> |