From 41516792d4524d33e1f7b1170d2eb57952017f95 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Tue, 10 Apr 2012 14:15:26 +0300 Subject: add :TEXTAREA to *HTML-NO-INDENT-TAGS* Also make the docstring follow the phrasing used elsewhere more closely. --- specials.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specials.lisp b/specials.lisp index c731a78..9cf065d 100755 --- a/specials.lisp +++ b/specials.lisp @@ -65,8 +65,9 @@ needs to output case sensitive XML.") "End of an empty tag. Default is XML style.") (defvar *html-no-indent-tags* - '(:pre) - "List of HTML tags that disable indentation inside them. Default list containts only :PRE.") + '(:pre :textarea) + "The list of HTML tags that should disable indentation inside them. The initial +value is a list containing only :PRE and :TEXTAREA.") (defvar *html-empty-tags* '(:area -- cgit v1.2.3