diff options
author | Joey Hess <joey@kitenet.net> | 2008-03-16 20:38:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-03-16 20:38:00 -0400 |
commit | 1dae7f0e41d3d20005811e42931b7330a4790b01 (patch) | |
tree | eb90ae61d53f6a1f1000046b29b7d6bfae9ed5a4 | |
parent | c42ff91eebead9daa72434670289c43244e18bc6 (diff) | |
download | ikiwiki-1dae7f0e41d3d20005811e42931b7330a4790b01.tar ikiwiki-1dae7f0e41d3d20005811e42931b7330a4790b01.tar.gz |
web commit by http://jblevins.org/: Update: unclosed redirection meta tags
-rw-r--r-- | doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn b/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn index 498e5ddb2..d53a07a4d 100644 --- a/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn +++ b/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn @@ -13,3 +13,15 @@ See the [validator output][validate] for more details. [tmpl]: http://git.ikiwiki.info/?p=ikiwiki;a=blob_plain;f=templates/recentchanges.tmpl;hb=HEAD [validate]: http://validator.w3.org/check?uri=http://ikiwiki.info/recentchanges/ + +- - - + +I'll add this here since it's related. I also noticed that the meta tags for +redirected pages need to be closed in order to be valid XHTML: + + <meta http-equiv="refresh" content="10; URL=../ikiwiki/pagespec/"> + +I'm noticing these problems because I'm serving ikiwiki-generated +content as `application/xhtml+xml` (as opposed to `text/html`) in order +to include inline MathML. Any invalid XHTML causes Firefox to halt all +processing and throw an error. —[Jason Blevins](http://jblevins.org/) |