aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2010-10-29 22:35:22 +0200
committerChristian Weiske <cweiske@cweiske.de>2010-10-29 22:35:22 +0200
commit10ee2e79cc7c9ea968df2c0ace27e72432895712 (patch)
tree7f3bd91b79785b2a0a2b06704dfb9295f2ac399a /data
parent548d95d132d3f3d24ba0abcd6db2e8db7c577cab (diff)
downloadsemanticscuttle-10ee2e79cc7c9ea968df2c0ace27e72432895712.tar.gz
semanticscuttle-10ee2e79cc7c9ea968df2c0ace27e72432895712.tar.bz2
fix bookmark adding in strict mode
Diffstat (limited to 'data')
-rw-r--r--data/templates/top.inc.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/data/templates/top.inc.php b/data/templates/top.inc.php
index bdd4b1a..a20348a 100644
--- a/data/templates/top.inc.php
+++ b/data/templates/top.inc.php
@@ -1,5 +1,12 @@
<?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">
+<!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 "&#8592;" ><!-- leftwards arrow, U+2190 ISOnum -->
+%xhtml-symbol;
+]>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />