[geeklog-cvs] geeklog: Denim: Cosmetics: added a space after the row number fo...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat May 5 11:54:32 EDT 2012


changeset 8678:645d382ca3ca
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/645d382ca3ca
user: Dirk Haun <dirk at haun-online.de>
date: Sat May 05 17:54:26 2012 +0200
description:
Denim: Cosmetics: added a space after the row number for the last 10 stories/comments in the user profile

diffstat:

 public_html/layout/denim/users/commentrow.thtml |  2 +-
 public_html/layout/denim/users/storyrow.thtml   |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 087e031a5732 -r 645d382ca3ca public_html/layout/denim/users/commentrow.thtml
--- a/public_html/layout/denim/users/commentrow.thtml	Sat May 05 17:40:20 2012 +0200
+++ b/public_html/layout/denim/users/commentrow.thtml	Sat May 05 17:54:26 2012 +0200
@@ -1,6 +1,6 @@
 
 <!-- users/commentrow.thtml { -->
 
-<p class="commentrow">{row_number}{comment_title}{comment_date}</p>
+<p class="commentrow">{row_number} {comment_title}{comment_date}</p>
 
 <!-- } users/commentrow.thtml -->
diff -r 087e031a5732 -r 645d382ca3ca public_html/layout/denim/users/storyrow.thtml
--- a/public_html/layout/denim/users/storyrow.thtml	Sat May 05 17:40:20 2012 +0200
+++ b/public_html/layout/denim/users/storyrow.thtml	Sat May 05 17:54:26 2012 +0200
@@ -1,6 +1,6 @@
 
 <!-- users/storyrow.thtml { -->
 
-<p class="storyrow">{row_number}{story_title}{story_date}</p>
+<p class="storyrow">{row_number} {story_title}{story_date}</p>
 
 <!-- } users/storyrow.thtml -->



More information about the geeklog-cvs mailing list