[geeklog-cvs] geeklog: newpro: Added a space after the number of comments

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Apr 29 17:09:51 EDT 2012


changeset 8648:7a171d922dd1
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/7a171d922dd1
user: Rouslan Placella <rouslan at placella.com>
date: Sun Apr 29 21:55:32 2012 +0100
description:
newpro: Added a space after the number of comments

diffstat:

 public_html/layout/newpro/comment/commentbar.thtml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8e7425694a5c -r 7a171d922dd1 public_html/layout/newpro/comment/commentbar.thtml
--- a/public_html/layout/newpro/comment/commentbar.thtml	Sun Apr 29 14:55:10 2012 +0100
+++ b/public_html/layout/newpro/comment/commentbar.thtml	Sun Apr 29 21:55:32 2012 +0100
@@ -3,7 +3,7 @@
 
 <ul class="status">
   <li>{start_storylink_anchortag}<strong>{story_title}</strong>{end_storylink_anchortag}</li>
-  <li>{num_comments}{lang_comments}</li>
+  <li>{num_comments} {lang_comments}</li>
   <li>{user_nullname}<a href="{login_logout_url}" rel="nofollow">{lang_login_logout}</a></li>
 </ul>
 



More information about the geeklog-cvs mailing list