[Orgmode] Valid xhtml and org-html.el

2009-05-04 Thread Sebastian Rose
Hi, appended is a patch for org-html.el. This is what it does: 1. is no valid XHTML. Coltags must be empty. I.e., 2. ... tags where missing 3. A minor fix for the end of the CSS comments. Safari doesn't like /*]]>*///--> and is right in this case. `//' does not start a comm

Re: [Orgmode] Valid xhtml and org-html.el

2009-05-04 Thread Carsten Dominik
Hi Sebastian, On May 4, 2009, at 11:18 AM, Sebastian Rose wrote: Hi, appended is a patch for org-html.el. This is what it does: 1. is no valid XHTML. Coltags must be empty. I.e., applied. 2. ... tags where missing applied 3. A minor fix for the end of the CSS comments. Sa