Something strange is happening in my templates.
Since a few weeks when I’m editing a template it happens. And today it shows up out-of-the-box:
I made a new weblog and installed one of the standard site templates (firda 06). When I opened the index it shows:
<pre><code>&t;{assign_variable:my_weblog="weblog"}
{assign_variable:my_template_group="template"}
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml”>
<head>
<title>{exp:weblog:info weblog="{my_weblog}”}{blog_title}{/exp:weblog:info}</title>
<meta http-equiv=“Content-Type” content=“text/html; charset={charset}” />
<link rel=’ type=‘text/css’ media=‘all’ href=’{stylesh={my_template_group}/site_css}’ />
<style type=‘text/css’ media=‘scr>@import “{stylesh={my_template_group}/site_css}”;</style>
;/head></code></pre>
The </head> changed in ;/head> and suddenly an ‘&t;’ is placed at the top. And I didn’t change anything yet….
When I make changes in a template it happens sometimes, but sometimes not. Every-time It happens I have to search my template where the character is changed in ‘;’ or smth else…. it happens in all the templates…
I thought it had smth to do with my server, but I have two ee-sites on different servers. Both show this problem. It started a couple of weeks ago, I’m not sure which change I made. Probably none or an update to 1.6, i’m not sure.