Es un error conocido. El fallo esta en /themes/[nombre_tema]/templates/header.html
La actual version del CMS no tiene el error.
Te la puedes descargar desde aquí:
dragonflycms.org/ ...eader.html
Si no quieres, porque ya tienes tu propio tema, sustituye en ese fichero las primeras lineas:
Quote::
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
"http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" >
<html dir="{S_TEXTDIR}" xml:lang="{S_LANGCODE}">
Por estas otras:
Quote::
<!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" dir="{S_TEXTDIR}" xml:lang="{S_LANGCODE}" lang="{S_LANGCODE}">
Aquí tienes un hilo del foro oficial (en inglés) que trata el tema:
dragonflycms.org/ ...ic/t=20391