On May 27, 2009, at 11:56 AM, Sebastian Rose wrote:
Carsten implemented the new publishing option
`:xml-declaration'
for use in your `org-publish-project-alist'.
You could change that one too:
(setq org-publish-project-alist
'(("org"
:xml-declaration "\" ?>'; ?>"
...
I have now a
Carsten implemented the new publishing option
`:xml-declaration'
for use in your `org-publish-project-alist'.
You could change that one too:
(setq org-publish-project-alist
'(("org"
:xml-declaration "'; ?>"
...
Sebastian
Jonathan Arkell writes:
> IT is how PHP is con
IT is how PHP is configured on your server. The easiest thing is to set the
option short_open_tag to false (assuming you don't use the short tag
syntax, and use the proper syntax instead). Check
http://ca.php.net/manual/en/ini.core.php#ini.short-open-tag for details.
-Original Message