[geeklog-cvs] geeklog: Denim: Cosmetics: added a space after "authored by:" in...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat May 5 11:40:29 EDT 2012


changeset 8677:087e031a5732
url: http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/087e031a5732
user: Dirk Haun <dirk at haun-online.de>
date: Sat May 05 17:40:20 2012 +0200
description:
Denim: Cosmetics: added a space after "authored by:" in comments

diffstat:

public_html/layout/denim/comment/comment.thtml | 2 +-
public_html/layout/denim/comment/thread.thtml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r c9fee81fb286 -r 087e031a5732 public_html/layout/denim/comment/comment.thtml
--- a/public_html/layout/denim/comment/comment.thtml Fri May 04 10:24:03 2012 -0400
+++ b/public_html/layout/denim/comment/comment.thtml Sat May 05 17:40:20 2012 +0200
@@ -4,7 +4,7 @@
<div class="block-comment-content level-{indent}">
<ul class="comment_status">
<li class="comment_title">{title}</li>
- <li class="comment_author">{lang_authoredby}{author_link}&nbsp;{lang_on}&nbsp;{date}</li>
+ <li class="comment_author">{lang_authoredby}&nbsp;{author_link}&nbsp;{lang_on}&nbsp;{date}</li>
</ul>

<div class="comment_content">{comments}</div>
diff -r c9fee81fb286 -r 087e031a5732 public_html/layout/denim/comment/thread.thtml
--- a/public_html/layout/denim/comment/thread.thtml Fri May 04 10:24:03 2012 -0400
+++ b/public_html/layout/denim/comment/thread.thtml Sat May 05 17:40:20 2012 +0200
@@ -3,7 +3,7 @@

<ul class="comment_thread level-{indent}">
<li class="thread_title"><a href="{site_url}/comment.php?mode=display&amp;format=threaded&amp;order={order}&amp;pid={pid}">{title}</a></li>
- <li class="thread_author">{lang_authoredby}{start_author_anchortag}{author}{end_author_anchortag}&nbsp;{lang_on}&nbsp;{date}</li>
+ <li class="thread_author">{lang_authoredby}&nbsp;{start_author_anchortag}{author}{end_author_anchortag}&nbsp;{lang_on}&nbsp;{date}</li>
</ul>

<!-- } comment/thread.thtml -->


More information about the geeklog-cvs mailing list