From 0498aa94ecf796d4e08518f2c5b3a4410437e079 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 1 Dec 2008 23:55:44 -0500 Subject: end ETag with quotes darcs-hash:20081202045544-5ed1f-ac8df1a1c8ae9b2cd72e952144a8c2cb001868c4.gz --- actions/shownotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/shownotice.php') 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) { -- cgit v1.2.3-54-g00ecf