Links changes when article is saved - Joomla! Forum - community, help and support
hi guys.
version of joomla 3.0.2.
when i'm writing article includes links /" on both sides of , doesn't matter if it's external link or link other article on page, see below.
when adding link articl looks this:
<a href="mydomain.com">
after click save link looks this:
<a href="\"mydomain.com\"">
when clicking link on page self error page 404 stating there might misspelling in link.
kind regards,
strengur
version of joomla 3.0.2.
when i'm writing article includes links /" on both sides of , doesn't matter if it's external link or link other article on page, see below.
when adding link articl looks this:
<a href="mydomain.com">
after click save link looks this:
<a href="\"mydomain.com\"">
when clicking link on page self error page 404 stating there might misspelling in link.
kind regards,
strengur
your href invalid. must include protocol if using domain name.
try <a href="http://www.mydomain.com">
try <a href="http://www.mydomain.com">
Comments
Post a Comment