¿Sabéis como solucionar esto?
El archivo incluido tiene la siguiente directiva:
Código ASP:
Ver original
<%@ Language=VBScript codepage=65001 lcid=3082 %> <%option explicit Response.Buffer=true%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es"> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> etc
(bueno, lo del lcid lo he añadido para probar, pero da igual ponerlo que no ponerlo)
Gracias