Hi,
"Sebastien Vauban" wrote:
> Nick Dokos wrote:
>> Why on earth would anybody set it up so that "all web pages are interpreted
>> as php pages"? Seems crazy to me, but I'm probably naive.
>
> The problem can be a config which applies on a too wide range of directories.
>
> An easy way to circumvent this is:
>
> #+begin_src emacs-lisp
> ;; XML encoding
> (setq org-export-html-xml-declaration
> '(("html" . "<!-- <xml version="1.0" encoding="utf-8"> -->")))
> #+end_src
Missing escaping of slashes...
Best regards,
Seb
--
Sebastien Vauban