From a450969f03449b909716073cfea6898aa56cf54a Mon Sep 17 00:00:00 2001 From: tschilling Date: Tue, 17 Jun 2014 21:13:24 -0400 Subject: Prefixing common CSS classes with djdt- --- debug_toolbar/panels/profiling.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debug_toolbar/panels/profiling.py') diff --git a/debug_toolbar/panels/profiling.py b/debug_toolbar/panels/profiling.py index 9020799..8ee3d6f 100644 --- a/debug_toolbar/panels/profiling.py +++ b/debug_toolbar/panels/profiling.py @@ -62,10 +62,10 @@ class FunctionCall(object): file_path, file_name = file_name.rsplit(os.sep, 1) return mark_safe( - '{0}/' - '{1}' - ' in {3}' - '({2})'.format( + '{0}/' + '{1}' + ' in {3}' + '({2})'.format( file_path, file_name, line_num, -- cgit v1.2.3