[FrameworkBundle] fixed typo

This commit is contained in:
Fabien Potencier 2010-08-26 09:58:32 +02:00
parent 69f9d9c6bf
commit 5a87f81a79

View File

@ -149,7 +149,7 @@ class CodeHelper extends Helper
$link = strtr($this->fileLinkFormat, array('%f' => $file, '%l' => $line));
return sprintf('<a href="%s" title="Click to open this file" class="file_link">%s</a>', $link, $this->rootDir, $file);
return sprintf('<a href="%s" title="Click to open this file" class="file_link">%s</a>', $link, $file);
}
/**