From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Patch org-jsinfo.js Date: Sat, 1 Nov 2008 13:55:16 +0100 Message-ID: <37BD1318-35E1-4E37-818E-C1CA5C778E68@uva.nl> References: <490B65D4.4090402@gmx.de> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KwHZt-0004d3-Fm for emacs-orgmode@gnu.org; Sat, 01 Nov 2008 10:35:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KwHZt-0004cW-1a for emacs-orgmode@gnu.org; Sat, 01 Nov 2008 10:35:49 -0400 Received: from [199.232.76.173] (port=59386 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwHZs-0004cH-Li for emacs-orgmode@gnu.org; Sat, 01 Nov 2008 10:35:48 -0400 Received: from ug-out-1314.google.com ([66.249.92.171]:38552) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KwHZs-0004ZT-IZ for emacs-orgmode@gnu.org; Sat, 01 Nov 2008 10:35:48 -0400 Received: by ug-out-1314.google.com with SMTP id 36so1684570uga.17 for ; Sat, 01 Nov 2008 07:35:47 -0700 (PDT) In-Reply-To: <490B65D4.4090402@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: sebastian_rose@gmx.de Cc: "[emacs-orgmode]" Applied, thanks. - Carsten On Oct 31, 2008, at 9:08 PM, Sebastian Rose wrote: > Hi, > > > I fear I have introduced this error: > > > lsitemap.html:41: element script: validity error : No declaration > for attribute language of element script > Document sitemap.html does not validate against http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd > > > says there is no attribute 'language' in http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd > > > > Appended patch corrects this. > > Didn't find a place in the docs where this error is duplicated > (grep -lFr 'language='). > > > > Regards, > > Sebastian > > diff --git a/lisp/org-jsinfo.el b/lisp/org-jsinfo.el > index 17a029d..b89865a 100644 > --- a/lisp/org-jsinfo.el > +++ b/lisp/org-jsinfo.el > @@ -104,8 +104,8 @@ means to use the maximum value consistent with > other options." > org-infojs-opts-table))) > > (defcustom org-infojs-template > - " > - > +