r2703: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 08:11:45 +0000 (08:11 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 08:11:45 +0000 (08:11 +0000)
lml.cl

diff --git a/lml.cl b/lml.cl
index c5d4a7aa569b083876e96e82fce0f0efe5a90424..d4a4f5bb70a24330868ccf97f7810cda88d1a2d4 100644 (file)
--- a/lml.cl
+++ b/lml.cl
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: lml.cl,v 1.3 2002/09/16 08:10:11 kevin Exp $
+;;;; $Id: lml.cl,v 1.4 2002/09/16 08:11:45 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))
 (in-package :lml)
 
-(defconstant +html4-prologue-string+ "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML//EN\">"))
+(defconstant +html4-prologue-string+ "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML//EN\">")
 
-(defconstant +xml-prologue-string+  "<?xml version=\"1.0\" encoding=\"iso-8859-1\" standalone=\"yes\"?>"))
+(defconstant +xml-prologue-string+  "<?xml version=\"1.0\" encoding=\"iso-8859-1\" standalone=\"yes\"?>")
 
 (defconstant +xhtml-prologue-string+
-  "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">"))
+  "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">")
 
 (defvar *print-spaces* nil)
 (defvar *indent* 0)