;
; This is a list of HTML tags that should not be
; compressed by the command [CompressHTML]
;
; This list is used to prevent the HTML
; compressor routine from indenting within
; the tags. The compresor routine just skips the
; entire block enclosed by these tags.
;
; This list contains the (bare) tag to look for and the special closing tag
; to search for at the finish of the special block, the pair separated by a tab.
; The starting tag is bare, but the ending tag must be complete, because
; it can take different forms in different cases.
;
; If more tags are needed, just add them. In particular, if you see a
; peculiar page appearance after using [CompressHTML], and this
; results from compressing a tag pair and its content, simply add the tag
; and its closing partner to this list, and the problem will go away.
;
; If you want to experiment, but not permanently delete a tag from this list,
; just "comment it out" -- place a comment delimiter ';'
; at the left margin. That way, you can restore the tag later.

style	</style>
pre	</pre>
textarea	</textarea>

; JavaScript can contain legitimate '<' and '>'
script	</script> 

; ASP tags
%	%>

