end ETag with quotes
darcs-hash:20081202045544-5ed1f-ac8df1a1c8ae9b2cd72e952144a8c2cb001868c4.gz
This commit is contained in:
parent
28751ef554
commit
0498aa94ec
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user