diff options
author | Nikodemus Siivola <nikodemus@random-state.net> | 2012-04-10 14:15:26 +0300 |
---|---|---|
committer | Nikodemus Siivola <nikodemus@random-state.net> | 2012-04-10 14:16:26 +0300 |
commit | 41516792d4524d33e1f7b1170d2eb57952017f95 (patch) | |
tree | f1e046beb80a8f7890afae7100d6e642c06e7dcf | |
parent | 4618609f71498a6909b39d2c87ea5d26ea68cfb0 (diff) | |
download | tl-who-41516792d4524d33e1f7b1170d2eb57952017f95.tar.gz tl-who-41516792d4524d33e1f7b1170d2eb57952017f95.tar.bz2 tl-who-41516792d4524d33e1f7b1170d2eb57952017f95.zip |
add :TEXTAREA to *HTML-NO-INDENT-TAGS*
Also make the docstring follow the phrasing used elsewhere more closely.
-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 |