Skip to content

Commit d8fc719

Browse files
ro0NLnicolas-grekas
authored andcommitted
[WebProfilerBundle] Fix anchor CSS
1 parent c4b1d52 commit d8fc719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/CodeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,6 @@ protected static function fixCodeMarkup($line)
259259
$line .= '</span>';
260260
}
261261

262-
return $line;
262+
return trim($line);
263263
}
264264
}

0 commit comments

Comments
 (0)