breadcrumb markup broken on single ad page
On a single ad page, the breadcrumb markup is inconsistent with the rest of the site.
For example, when viewing a category archive, the category name shows up like this in the breadcrumb code:
HTML Code:
<span class="current">The category name</span>
However, on the single ad page, the current page is showing up like this (i.e. the bug in action):
HTML Code:
Name of the ad<span class="current"></span>
Here's what it looks like in color (i.e. the bug in action):
cp_single_ad_breadcrumb_bug.png
Step to reproduce:
1. Go here:
http://demos.appthemes.com/classipre...-picture-book/
2. View source (Ctrl+U in Firefox in Windows).
3. Search for "crumbs".
4. Notice the span.current element is empty, and the current ad title is its sibling in the markup (instead of inside it).
--
CP version: 1.3.2