From: Evan Prodromou Date: Tue, 2 Dec 2008 04:55:44 +0000 (-0500) Subject: end ETag with quotes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0498aa94ecf796d4e08518f2c5b3a4410437e079;p=quix0rs-gnu-social.git end ETag with quotes darcs-hash:20081202045544-5ed1f-ac8df1a1c8ae9b2cd72e952144a8c2cb001868c4.gz --- diff --git a/actions/shownotice.php b/actions/shownotice.php index 5190757563..183668fa8e 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) {