summaryrefslogtreecommitdiffstats
path: root/templates/post.html
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-06-01 22:44:27 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-06-01 22:44:27 +0200
commitd9aa4be1f38c44390997b49bcd02dec966655cdf (patch)
tree62ce16535ceede28537ea6d2be05eba4e34afaa6 /templates/post.html
parente99ba18f7d9936c51ab3f1aaba1f37f3efbd52d5 (diff)
downloadblog.universe-factory.net-d9aa4be1f38c44390997b49bcd02dec966655cdf.tar
blog.universe-factory.net-d9aa4be1f38c44390997b49bcd02dec966655cdf.zip
Various fixes
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html2
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>