Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 27, 2012
1 parent f3fedac commit f62fa8a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -113,8 +113,8 @@ protected function injectToolbar(Response $response)
'WebProfilerBundle:Profiler:toolbar_js.html.twig',
array(
'position' => $this->position,
'token' => $response->headers->get('X-Debug-Token')
))
'token' => $response->headers->get('X-Debug-Token'),
)
))."\n";
$content = $substrFunction($content, 0, $pos).$toolbar.$substrFunction($content, $pos);
$response->setContent($content);
Expand Down

0 comments on commit f62fa8a

Please sign in to comment.