html - SVG xlink:href not loading on pages with variables in URL -
on every page of site, have included code svg contains bunch of icons use throughout site, , when needed call <svg><use xlink:href="#svg-icon" /></svg> display it. works great on front, once reach page has url containing variable (ex: index.php?page=1), none of svgs work anymore.
possible parameter triggering changes in html code errors.
Comments
Post a Comment