aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2014-11-26 12:00:31 +0000
committerSimon McVittie <smcv@debian.org>2014-11-26 12:00:31 +0000
commitc01f53d74e2fa6a55feb01c0e0ea7a27fa1c6faf (patch)
tree9275a0146408cae7f04aaa34360e2bb56f1d57f8 /debian
parent6c51b764bca2981b8962d7fcfd78efa533291283 (diff)
downloadikiwiki-c01f53d74e2fa6a55feb01c0e0ea7a27fa1c6faf.tar
ikiwiki-c01f53d74e2fa6a55feb01c0e0ea7a27fa1c6faf.tar.gz
core: generate HTML5 by default, but keep avoiding new elements like <section> that require specific browser support unless html5 is set to 1.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ab4884653..01f606674 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ ikiwiki (3.20141017) UNRELEASED; urgency=medium
can mostly supersede the ikiwiki-calendar command.
Thanks, Louis Paternault
* search: add more classes as a hook for CSS. Thanks, sajolida
+ * core: generate HTML5 by default, but keep avoiding new elements
+ like <section> that require specific browser support unless html5 is
+ set to 1.
-- Joey Hess <joeyh@debian.org> Mon, 20 Oct 2014 12:04:49 -0400