]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
end ETag with quotes
authorEvan Prodromou <evan@controlyourself.ca>
Tue, 2 Dec 2008 04:55:44 +0000 (23:55 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Tue, 2 Dec 2008 04:55:44 +0000 (23:55 -0500)
darcs-hash:20081202045544-5ed1f-ac8df1a1c8ae9b2cd72e952144a8c2cb001868c4.gz

actions/shownotice.php

index 51907575636ae88e82528691571796087ae7c2ce..183668fa8ec67791269be28c8a76ee4aae3a27d0 100644 (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) {