He creado la estructura siguiente
<meta equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="DC.Language" SCHEME="RFC1766" CONTENT="Spanish">
<META NAME="Title" CONTENT="mis palabras, clave, etc...">
<META NAME="author" CONTENT="minombre">
<META NAME="description" CONTENT="midescripcion">
<META NAME="keywords" CONTENT="las palabras clave">
Y una vez incorporado esto, todo está en verde perfecto para darle a guardar plantilla, le doy y zas:
"Error al analizar XML, línea 1002, columna 5: The element type "META" must be terminated by the matching end-tag "</META>""
Incorporo al final esa </meta> y se pone
<script type="text/javascript">
<!--
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2125042-35']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//-->
</script>
</head> en rojo así como la etiqueta de cierre </meta> por lo que tampoco puedo guardar la plantilla...
¿Qué puedo/debo hacer?