diff options
author | Christian Weiske <cweiske@cweiske.de> | 2010-11-02 19:09:27 +0100 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2010-11-02 19:09:27 +0100 |
commit | 9c412f89ff7187bef1b2fbf0bc1dfd6b8f3b6aed (patch) | |
tree | 73f88f2d691791be335512883ffcb2441d5da63a /data/templates/top.inc.php | |
parent | a04938f5598b47314bff9f9c49710cd08aa28418 (diff) | |
download | semanticscuttle-9c412f89ff7187bef1b2fbf0bc1dfd6b8f3b6aed.tar.gz semanticscuttle-9c412f89ff7187bef1b2fbf0bc1dfd6b8f3b6aed.tar.bz2 |
we do not need the entities anymore since we will be using the characters themselves now
Diffstat (limited to 'data/templates/top.inc.php')
-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" /> |