X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.cl;h=c3542bb423a88a28dc3ee5d481484b80a138f826;hb=78c726d3b7013dc0f3d04ce7ab9bd94d61ee21d3;hp=96da5827cb4231b6aa75239eca84049c91928309;hpb=69081a4f05838cfcbf00df06edfa63aec044a83a;p=lml.git diff --git a/lml.cl b/lml.cl index 96da582..c3542bb 100644 --- a/lml.cl +++ b/lml.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.cl,v 1.12 2002/09/16 10:11:25 kevin Exp $ +;;;; $Id: lml.cl,v 1.13 2002/09/16 10:18:19 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -23,7 +23,7 @@ "") (defun xml-prologue-string () - "version=\"1.0\" encoding=\"iso-8859-1\" standalone=\"yes\"?>") + "") (defun xhtml-prologue-string () "")