S5 Slide notes

Slide notes are now served correctly (as application/xhtml+xml) to compatible
browsers. So you can put math in your notes, and the MathML will render.

We don't do real content-negotioation. IE gets text/html; everyone else gets application/xhtml+xml.
This commit is contained in:
Jacques Distler 2007-09-15 00:29:20 -05:00
parent 08857ebe8e
commit 2c4473a0e9
6 changed files with 11 additions and 6 deletions

View file

@ -18,6 +18,7 @@ OPTIONS = {
'svg' => 'application/svg+xml',
'tar' => 'application/x-tar',
'tex' => 'application/x-tex',
'xhtml' => 'application/xhtml+xml',
'xml' => 'application/xml',
'xslt' => 'application/xslt+xml'
})