We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c4927 commit ed8e6e2Copy full SHA for ed8e6e2
src/Headers/ServerTiming.php
@@ -9,7 +9,7 @@ public function add($key, $duration, $description = "")
9
{
10
$this->_timings[$key] = "$key"
11
. ($duration !== null ? ";dur=$duration" : '')
12
- . ($description !== null ? ";desc=$description" : '');
+ . ($description !== null ? ";desc=\"$description\"" : '');
13
return $this;
14
}
15
0 commit comments