end ETag with quotes

darcs-hash:20081202045544-5ed1f-ac8df1a1c8ae9b2cd72e952144a8c2cb001868c4.gz
This commit is contained in:
Evan Prodromou 2008-12-01 23:55:44 -05:00
parent 28751ef554
commit 0498aa94ec
1 changed files with 1 additions and 1 deletions

View File

@ -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) {