Triple spaces between id and href
-
Hi,
I’m struggling to how fix this issue, its triple spaces between id and href, I want to have single space between id and href e.g
id="" href=""
At my page source (triple spaces) see below:
<link rel='stylesheet' id='style-css' href='https://localhost/sentry4/wp-content/themes/testing/style.css?ver=4.9.2' type='text/css' media='all' />
I would like to have like this:
<link rel='stylesheet' id='style-css' href='https://localhost/sentry4/wp-content/themes/testing/style.css?ver=4.9.2' type='text/css' media='all' />
`How do I fix this?
Thanks,
Shaun.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Triple spaces between id and href’ is closed to new replies.