Skip to content

Commit 697ef6a

Browse files
committed
Merge pull request lonnieezell#15 from smalldogs/patch-1
Updating the view for better array/object display
2 parents a1d6019 + 329382c commit 697ef6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/profiler_template.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339

340340
<table class="main" id="userdata_table">
341341
<?php foreach ($sections['userdata'] as $key => $val) : ?>
342-
<tr><td class="hilight"><?php echo $key ?></td><td><?php echo htmlspecialchars($val) ?></td></tr>
342+
<tr><td class="hilight"><?php echo $key ?></td><td><?php echo $val ?></td></tr>
343343
<?php endforeach; ?>
344344
</table>
345345

0 commit comments

Comments
 (0)