Umbraco seems to generate some extra spacing inside the <title> tag. This is nicely ignored by pretty much all browsers, but when generating a Google sitemap, the spacing shows up as a block character before the page title. I've created a custom usercontrol that generates the <title> tag, and inserted that as a macro in my master template. Now the extra spacing is gone, but a second <title> tag has appeared as a last line inside the <head> tag. It looks like umbraco doesn't find a title tag, and generates it's own, empty one.
Does anyone have an idea on how to get rid of the extra spacing in the title tag, or the second generated title tag?
Title tag extra spacing
Umbraco seems to generate some extra spacing inside the <title> tag. This is nicely ignored by pretty much all browsers, but when generating a Google sitemap, the spacing shows up as a block character before the page title.
I've created a custom usercontrol that generates the <title> tag, and inserted that as a macro in my master template. Now the extra spacing is gone, but a second <title> tag has appeared as a last line inside the <head> tag. It looks like umbraco doesn't find a title tag, and generates it's own, empty one.
Does anyone have an idea on how to get rid of the extra spacing in the title tag, or the second generated title tag?
sorry, forgot to write down the version number:
Umbraco 4.1
is working on a reply...