diff options
author | Simon McVittie <smcv@debian.org> | 2014-10-16 11:25:28 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-10-16 11:25:28 +0100 |
commit | 22961f81ddf642b24e45fdf9707dff06e17742a7 (patch) | |
tree | 2e24518a370a06565d2aee0b2777bec29378b3b6 /templates | |
parent | b679fc65f5f9cce62412bfd86b7751cb39cfd674 (diff) | |
download | ikiwiki-22961f81ddf642b24e45fdf9707dff06e17742a7.tar ikiwiki-22961f81ddf642b24e45fdf9707dff06e17742a7.tar.gz |
Emit vestigial xmlns so people can still pass ikiwiki output through XSLT
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 45235cef8..301c737fe 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html xmlns="http://www.w3.org/1999/xhtml"> <head> <TMPL_IF DYNAMIC> <TMPL_IF FORCEBASEURL><base href="<TMPL_VAR FORCEBASEURL>" /><TMPL_ELSE> |