Fixed a typo issue

This commit is contained in:
echel0n 2014-03-29 22:45:36 -07:00
parent 9124c528a8
commit 4caf2441d6
2 changed files with 3 additions and 1 deletions

View File

@ -190,7 +190,7 @@
<div class="component-group-desc">
<h3>Advanced setting</h3>
<p>Here you need to know what are you doing!!!</p>
<p>You need to know what you are doing here!!!</p>
</div>
<fieldset class="component-group-list">

View File

@ -218,6 +218,8 @@ class CacheController(object):
headers = {'Expires': expires}
resp.headers.update(headers)
self.cache.set(cache_url, resp)
# Add to the cache if the response headers demand it. If there
# is no date header then we can't do anything about expiring
# the cache.