diff --git a/rophako/modules/blog/templates/blog/entry.inc.html b/rophako/modules/blog/templates/blog/entry.inc.html index 2c93003..0afda7d 100644 --- a/rophako/modules/blog/templates/blog/entry.inc.html +++ b/rophako/modules/blog/templates/blog/entry.inc.html @@ -20,9 +20,8 @@ {% else %} {{ post['profile']['name'] }} {% endif %} -
- {{ post["profile"]["username"] }} +
{{ post["profile"]["username"] }}
diff --git a/rophako/modules/comment/templates/comment/form.inc.html b/rophako/modules/comment/templates/comment/form.inc.html index 140d288..d6c97f8 100644 --- a/rophako/modules/comment/templates/comment/form.inc.html +++ b/rophako/modules/comment/templates/comment/form.inc.html @@ -23,7 +23,7 @@ Your Email: - + @@ -31,10 +31,12 @@ Message: -
- Comments can be formatted with Markdown, - and you can use
emoticons - in your comment.
+ +
+ Comments can be formatted with Markdown, + and you can use
emoticons + in your comment.
+
diff --git a/rophako/modules/comment/templates/comment/index.inc.html b/rophako/modules/comment/templates/comment/index.inc.html index ec06d45..87c560b 100644 --- a/rophako/modules/comment/templates/comment/index.inc.html +++ b/rophako/modules/comment/templates/comment/index.inc.html @@ -16,8 +16,8 @@ There {% if comments|length == 1 %}is{% else %}are{% endif %} Avatar {% else %} guest - {% endif %}
- {% if comment['username'] %}{{ comment['username'] }}{% else %}guest{% endif %} + {% endif %} +
{% if comment['username'] %}{{ comment['username'] }}{% else %}guest{% endif %}
Posted on {{ comment["pretty_time"] }} by {{ comment["name"] }}.

@@ -38,4 +38,4 @@ There {% if comments|length == 1 %}is{% else %}are{% endif %}

Add a Comment

-{% include "comment/form.inc.html" %} \ No newline at end of file +{% include "comment/form.inc.html" %}