diff options
| -rw-r--r-- | data/templates/top.inc.php | 9 | 
1 files changed, 1 insertions, 8 deletions
| diff --git a/data/templates/top.inc.php b/data/templates/top.inc.php index a20348a..bdd4b1a 100644 --- a/data/templates/top.inc.php +++ b/data/templates/top.inc.php @@ -1,12 +1,5 @@  <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [ -  <!ENTITY % xhtml-symbol -    PUBLIC "-//W3C//ENTITIES Symbols for XHTML//EN" -    "http://www.w3.org/MarkUp/DTD/xhtml-symbol.ent"> -  <!-- firefox bitches on that reference above and does not load it --> -  <!ENTITY larr     "←" ><!-- leftwards arrow, U+2190 ISOnum --> -%xhtml-symbol; -]> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">   <head>    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> | 
