diff options
author | Hans Hübner <hans.huebner@gmail.com> | 2012-04-10 04:50:29 -0700 |
---|---|---|
committer | Hans Hübner <hans.huebner@gmail.com> | 2012-04-10 04:50:29 -0700 |
commit | b3472db1c2bc384144e7152369b6709c2b1d6b6c (patch) | |
tree | ea5b61fa24233b7faf06c8724a325668c9bea1a8 /specials.lisp | |
parent | 30806f2df2f834542a1abd32babc47152da2bcd7 (diff) | |
parent | da7c6eeb3f3364939154d7c547b5c50b0ce587e6 (diff) | |
download | tl-who-b3472db1c2bc384144e7152369b6709c2b1d6b6c.tar.gz tl-who-b3472db1c2bc384144e7152369b6709c2b1d6b6c.tar.bz2 tl-who-b3472db1c2bc384144e7152369b6709c2b1d6b6c.zip |
Merge pull request #5 from nikodemus/master
Documentation updates for Nikodemus' changes
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 |