8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
![]() |
<%- @types.sort.each do |type| -%>
|
||
|
AddOutputFilterByType DEFLATE <%= type %>
|
||
|
<%- end -%>
|
||
|
|
||
|
<%- @notes.sort.each do |type,note| -%>
|
||
|
DeflateFilterNote <%= type %> <%=note %>
|
||
|
<%- end -%>
|