plugin.tx_min.tinysource { enable = 1 head { stripTabs = 1 stripNewLines = 1 stripDoubleSpaces = 1 stripTwoLinesToOne = 1 # Caution with this option! Indention sensitive code may break. stripSpacesBetweenTags = 0 } body { stripComments = 1 stripTabs = 1 stripNewLines = 1 stripDoubleSpaces = 1 # Caution with this option! Indention sensitive code may break. stripSpacesBetweenTags = 0 stripTwoLinesToOne = 0 preventStripOfSearchComment = 1 removeTypeInScriptTags = 1 } protectCode { 10 = /(.*?<\/textarea>)/is 20 = /(.*?<\/pre>)/is } oneLineMode = 1 }