summaryrefslogtreecommitdiff
path: root/templates/feature.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/feature.mako')
-rw-r--r--templates/feature.mako3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/feature.mako b/templates/feature.mako
index 9abd5bc31..7d2c400d9 100644
--- a/templates/feature.mako
+++ b/templates/feature.mako
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<%!
import posixpath # this must be posixpath, since we want /'s not \'s
import re
@@ -25,7 +27,6 @@
return href.replace('\\', '/')
%>
-<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">