diff options
Diffstat (limited to 'specials.lisp')
-rwxr-xr-x | specials.lisp | 5 |
1 files 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 |