1- Use a fresh joomla install
Tip: Go to https://demo.joomla.org/ and launch a "Quick Joomla! Test Drive"
2- On chrome go to one article and mouseover the breadcumb link
Mouseover link only in text.
Link in text and in a space before/after the link.
Joomla 3.4.5
The problem is mod_breadcumbs template https://github.com/joomla/joomla-cms/blob/staging/modules/mod_breadcrumbs/tmpl/default.php#L51.
If you use tabs or spaces inside the HTML anchor tag (a) it will (at least chrome) render extra spaces space with link.
Do not use tabs or spaces inside the anchor tag (a).
If agreed i can make a PR to solve this.
Ok. Done.
Labels |
Added:
?
|
Closing as we have a PR.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-30 07:47:40 |
Closed_By | ⇒ | zero-24 |
I see a space after the a element of the breadcrumb, so issue confirmed.
If you have a solution, feel free to make a PR so we can test it . Please note this issue number as well in the PR