Browse Source

fixing template.

Taylor Otwell 13 years ago
parent
commit
b58c6370ee
1 changed files with 2 additions and 2 deletions
  1. 2 2
      laravel/profiling/template.blade.php

+ 2 - 2
laravel/profiling/template.blade.php

@@ -16,7 +16,7 @@
 									{{ $log[0] }}
 								</td>
 								<td>
-									{{ print_r($log[1]) }}
+									{{ $log[1] }}
 								</td>
 						@endforeach
 						</tr>
@@ -39,7 +39,7 @@
 									{{ $query[1] }}ms
 								</td>
 								<td>
-									<pre>{{ print_r($query[0]) }}</pre>
+									<pre>{{ $query[0] }}</pre>
 								</td>
 							</tr>
 						@endforeach