[geeklog-cvs] geeklog: Denim: fixed an incorrect HTML code of breadcrumbs.thtml

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Apr 23 19:08:21 EDT 2012


changeset 8614:34441916e8a8
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/34441916e8a8
user: dengen
date: Tue Apr 24 01:16:22 2012 +0900
description:
Denim: fixed an incorrect HTML code of breadcrumbs.thtml

diffstat:

 public_html/layout/denim/breadcrumbs/breadcrumbs.thtml |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (12 lines):

diff -r a35f0865cec2 -r 34441916e8a8 public_html/layout/denim/breadcrumbs/breadcrumbs.thtml
--- a/public_html/layout/denim/breadcrumbs/breadcrumbs.thtml	Tue Apr 24 01:07:11 2012 +0900
+++ b/public_html/layout/denim/breadcrumbs/breadcrumbs.thtml	Tue Apr 24 01:16:22 2012 +0900
@@ -1,7 +1,5 @@
 <!-- Start of Breadcrumbs Navigation -->
-<p>
-<div itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
+<div itemscope itemtype="http://data-vocabulary.org/Breadcrumb" class="bc_navigation">
     {breadcrumbs_list}
 </div>
-</p>
 <!-- End of Breadcrumbs Navigation -->



More information about the geeklog-cvs mailing list