inspect/object: escape PlainObjectRenderer

fixes #942
This commit is contained in:
Thomas Gelf 2017-05-19 11:54:19 +02:00
parent b320bce5af
commit 7496c1aac6
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
<div class="content">
<pre>
<?= $this->renderPlainObject($this->object) ?>
<?= $this->escape($this->renderPlainObject($this->object)) ?>
</pre>
</div>