make discussion.css cacheable

svn path=/plone.app.discussion/trunk/; revision=48359
This commit is contained in:
David Glick
2011-04-02 21:27:47 +00:00
parent 636bca745c
commit 203836dc5e
2 changed files with 4 additions and 1 deletions
@@ -3,6 +3,6 @@
<stylesheet title=""
id="++resource++plone.app.discussion.stylesheets/discussion.css"
media="screen" rel="stylesheet" rendering="import"
cacheable="False" compression="safe" cookable="False"
cacheable="True" compression="safe" cookable="False"
enabled="1" expression=""/>
</object>