diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-12-01 23:55:44 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-12-01 23:55:44 -0500 |
commit | 0498aa94ecf796d4e08518f2c5b3a4410437e079 (patch) | |
tree | 68e980da80f5f3fdd0ea9bd5b47e4a79f7d76d5f /actions | |
parent | 28751ef5543d4786d101810b4f87deb0d00037c7 (diff) |
end ETag with quotes
darcs-hash:20081202045544-5ed1f-ac8df1a1c8ae9b2cd72e952144a8c2cb001868c4.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/shownotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php index 519075756..183668fa8 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -59,7 +59,7 @@ class ShownoticeAction extends StreamAction { $this->notice->id, strtotime($this->notice->created), strtotime($this->profile->modified), - ($this->avatar) ? strtotime($this->avatar->modified) : 0)); + ($this->avatar) ? strtotime($this->avatar->modified) : 0)) . '"'; } function handle($args) { |