diff options
Diffstat (limited to 'specials.lisp')
-rwxr-xr-x | specials.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/specials.lisp b/specials.lisp index 349c7fc..c731a78 100755 --- a/specials.lisp +++ b/specials.lisp @@ -64,6 +64,10 @@ needs to output case sensitive XML.") (defvar *empty-tag-end* " />" "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.") + (defvar *html-empty-tags* '(:area :atop |