@@ -84,11 +84,11 @@ |
||
| 84 | 84 | public function highlightDemoAction() |
| 85 | 85 | { |
| 86 | 86 | $root = dirname($this->get('kernel') |
| 87 | - ->locateResource('@MesHighlightBundle/MesHighlightBundle.php')); |
|
| 87 | + ->locateResource('@MesHighlightBundle/MesHighlightBundle.php')); |
|
| 88 | 88 | |
| 89 | 89 | // Change root path for "code files". |
| 90 | 90 | $this->get('mes_highlight.highlighter') |
| 91 | - ->setRootPath($root); |
|
| 91 | + ->setRootPath($root); |
|
| 92 | 92 | |
| 93 | 93 | return $this->render('MesHighlightBundle::demo.html.twig', array( |
| 94 | 94 | 'content' => $this->demoContent, |