Copy link to clipboard
Copied
Hi,
We have two projects with their respective frameless outputs. In the header of project 1 we see this entry:
<meta name="template" content="../assets/masterpages/DV_Template.htt" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
in the <head> tag. Project 2 does not show this for some reason in the <head> tag.
Would that be a problem in anyway? Anything related to caching etc.?
Copy link to clipboard
Copied
The first line references a .htt file which is a master page in the source. Possibly this is an old project that has been upgraded a few times and some weird code has got into places it shouldn't be. It shouldn't cause any problems because the internet doesn't know anythng about htt files and should ignore it. You could try to find where it's coming from and delete it, just to clean things up
The second one advises the browser about the character encoding of the page.
https://www.w3schools.com/tags/att_meta_http_equiv.asp
I'm not really sure, but if you use non-ascii characters, it might be a problem if the server doesn't specify the character encoding in the server headers? You'd have to check with a web developer, though, as I'm definitely not an expert on this.
Do you maybe have Encoding set in the output preset for your first project and not in the second?