diff options
author | Hans Hübner <hans.huebner@gmail.com> | 2012-04-10 02:02:39 -0700 |
---|---|---|
committer | Hans Hübner <hans.huebner@gmail.com> | 2012-04-10 02:02:39 -0700 |
commit | 30806f2df2f834542a1abd32babc47152da2bcd7 (patch) | |
tree | 6ec145ce1640648212c5ea2ece4874f7738f49bc /specials.lisp | |
parent | da66bc56812dd3faf62672939ed0c54adacb9a2a (diff) | |
parent | 4618609f71498a6909b39d2c87ea5d26ea68cfb0 (diff) | |
download | tl-who-30806f2df2f834542a1abd32babc47152da2bcd7.tar.gz tl-who-30806f2df2f834542a1abd32babc47152da2bcd7.tar.bz2 tl-who-30806f2df2f834542a1abd32babc47152da2bcd7.zip |
Merge pull request #4 from nikodemus/master
Test portability fixes / indentation suppression from Nikodemus
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 |