[geeklog-cvs] geeklog: newpro: Fixed invalid HTML from the base theme

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Mar 12 18:41:15 EDT 2012


changeset 8528:fae6155d428c
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/fae6155d428c
user: Rouslan Placella <rouslan at placella.com>
date: Mon Mar 12 22:40:52 2012 +0000
description:
newpro: Fixed invalid HTML from the base theme

diffstat:

 public_html/layout/newpro/admin/topic/listitem.thtml |  2 --
 public_html/layout/newpro/users/profile.thtml        |  4 +++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r e580c3da501d -r fae6155d428c public_html/layout/newpro/admin/topic/listitem.thtml
--- a/public_html/layout/newpro/admin/topic/listitem.thtml	Mon Mar 12 21:58:53 2012 +0000
+++ b/public_html/layout/newpro/admin/topic/listitem.thtml	Mon Mar 12 22:40:52 2012 +0000
@@ -1,12 +1,10 @@
 
 <!-- admin/topic/listitem.thtml { -->
 
-{begin_row}
 <li>
   <a href="{site_admin_url}/topic.php?mode=edit&tid={topic_id}">{image_tag}</a>
   <a href="{site_admin_url}/topic.php?mode=edit&tid={topic_id}">{topic_name}</a>
   {default_topic} ({topic_access})
 </li>
-{end_row}
 
 <!-- } admin/topic/listitem.thtml -->
diff -r e580c3da501d -r fae6155d428c public_html/layout/newpro/users/profile.thtml
--- a/public_html/layout/newpro/users/profile.thtml	Mon Mar 12 21:58:53 2012 +0000
+++ b/public_html/layout/newpro/users/profile.thtml	Mon Mar 12 22:40:52 2012 +0000
@@ -31,7 +31,9 @@
 {end_block}
 
 {start_block_last10comments}
-  {comment_row}
+  <table>
+    {comment_row}
+  </table>
 {end_block}
 
 {start_block_postingstats}



More information about the geeklog-cvs mailing list