diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-01 22:44:27 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-01 22:44:27 +0200 |
commit | d9aa4be1f38c44390997b49bcd02dec966655cdf (patch) | |
tree | 62ce16535ceede28537ea6d2be05eba4e34afaa6 /templates/post.html | |
parent | e99ba18f7d9936c51ab3f1aaba1f37f3efbd52d5 (diff) | |
download | blog.universe-factory.net-d9aa4be1f38c44390997b49bcd02dec966655cdf.tar blog.universe-factory.net-d9aa4be1f38c44390997b49bcd02dec966655cdf.zip |
Various fixes
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> |