Fix spelling for "Plugin Output"

This commit is contained in:
Gunnar Beutner 2014-11-21 15:14:47 +01:00
parent 4d480b316e
commit 59c2d27e4e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="pluginoutput">
<h4>Pluginoutput</h4>
<h4>Plugin Output</h4>
<?= $this->pluginOutput($object->output) ?>
<?= $this->pluginOutput($object->long_output) ?>
</div>