[geeklog-hg] geeklog: Fixed space character reference in related topics templ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Jan 20 15:44:49 EST 2015


changeset 9572:7a9476bf3690
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/7a9476bf3690
user: Tom
date: Tue Jan 20 15:44:57 2015 -0500
description:
Fixed space character reference in related topics template for Modern Curve and Denim themes.

diffstat:

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

diffs (20 lines):

diff -r 9105e36ac14f -r 7a9476bf3690 public_html/layout/denim/topicrelated.thtml
--- a/public_html/layout/denim/topicrelated.thtml	Tue Jan 06 21:39:57 2015 -0500
+++ b/public_html/layout/denim/topicrelated.thtml	Tue Jan 20 15:44:57 2015 -0500
@@ -8,5 +8,5 @@
 <a href="{topic_url}"><span itemprop="articleSection">{topic}</span></a>
 <!-- END topicitem -->
 <!-- BEGIN separator -->
-&nbsp
+ 
 <!-- END separator -->
diff -r 9105e36ac14f -r 7a9476bf3690 public_html/layout/modern_curve/topicrelated.thtml
--- a/public_html/layout/modern_curve/topicrelated.thtml	Tue Jan 06 21:39:57 2015 -0500
+++ b/public_html/layout/modern_curve/topicrelated.thtml	Tue Jan 20 15:44:57 2015 -0500
@@ -8,5 +8,5 @@
 <a href="{topic_url}"><span itemprop="articleSection">{topic}</span></a>
 <!-- END topicitem -->
 <!-- BEGIN separator -->
-&nbsp
+ 
 <!-- END separator -->



More information about the geeklog-cvs mailing list