diff options
author | http://www.trigofacile.com/ <Julien_LIE@web> | 2011-04-08 18:18:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-08 18:18:17 -0400 |
commit | a29228477b17026864754a5f930d908203756166 (patch) | |
tree | 82648aabb4c3ffdadb443e57d36aff83e4bc02ee /doc/tips | |
parent | fc6bd7ac967c37a1b154360d78d5d8b6169a42b7 (diff) |
typo
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/html5.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/html5.mdwn b/doc/tips/html5.mdwn index 8fbbb2ebb..cb71c0887 100644 --- a/doc/tips/html5.mdwn +++ b/doc/tips/html5.mdwn @@ -11,7 +11,7 @@ are the same, some of the `div` elements are changed to other things. Ikiwiki's default CSS will work in both modes. The html5 support is still experimental, and may break in some browsers. -No care is taken to add backwards compatability hacks for browsers that +No care is taken to add backwards compatibility hacks for browsers that are not html5 aware (like MSIE). If you want to include the javascript with those hacks, you can edit `page.tmpl` to do so. [Dive Into HTML5](http://diveintohtml5.org/) is a good reference for |