From b58c6370ee273c015c955352b19553e05e930539 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 3 Apr 2012 17:07:37 -0500 Subject: [PATCH] fixing template. --- laravel/profiling/template.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laravel/profiling/template.blade.php b/laravel/profiling/template.blade.php index f434b8af..9c6e4d24 100755 --- a/laravel/profiling/template.blade.php +++ b/laravel/profiling/template.blade.php @@ -16,7 +16,7 @@ {{ $log[0] }} - {{ print_r($log[1]) }} + {{ $log[1] }} @endforeach @@ -39,7 +39,7 @@ {{ $query[1] }}ms -
{{ print_r($query[0]) }}
+
{{ $query[0] }}
@endforeach