I noticed strange extra <span></span> tags in breadcrumbs pathway, around title which stands for Phoca Gallery Category List...
"Life" Clinic - <span>Photo gallery</span>
If I display only one specific category, the pathway is correct.
Help!!!
Strange extra <span></span> tags in breadcrumbs pathway
-
misxa
- Phoca Newbie

- Posts: 3
- Joined: 16 Sep 2008, 10:30
- Jan
- Phoca Hero

- Posts: 49279
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Strange extra <span></span> tags in breadcrumbs pathway
??? plase let me know your site with this code...
If you find Phoca extensions useful, please support the project
-
misxa
- Phoca Newbie

- Posts: 3
- Joined: 16 Sep 2008, 10:30
-
misxa
- Phoca Newbie

- Posts: 3
- Joined: 16 Sep 2008, 10:30
Re: Strange extra <span></span> tags in breadcrumbs pathway
For some reason, breadcrumbs module gets menu item title wrapped in <span></span> tags. I don't know why this happens for category list type of menu item for Phoca gallery.
I changed:
Line 30:
into:
Not an elegant solution, but works nevertheless.
I changed:
Code: Select all
modules\mod_breadcrumbs\helper.phpCode: Select all
$items[$i]->name = stripslashes(htmlspecialchars($items[$i]->name));Code: Select all
$items[$i]->name = stripslashes(htmlspecialchars(strip_tags($items[$i]->name)));- Jan
- Phoca Hero

- Posts: 49279
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Strange extra <span></span> tags in breadcrumbs pathway
??? no idea where the span is comming from ? 
If you find Phoca extensions useful, please support the project
