fix design of the track trace

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-06-19 16:35:15 -05:00 committed by Jan-Christoph Borchardt
parent 9f67fb86c8
commit 83b0191017
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ style('core', ['styles', 'header']);
<?php if($_['debugMode']): ?> <?php if($_['debugMode']): ?>
<br /> <br />
<h2><strong><?php p($l->t('Trace')) ?></strong></h2> <h3><?php p($l->t('Trace')) ?></h3>
<pre><?php p($_['trace']) ?></pre> <pre><?php p($_['trace']) ?></pre>
<?php endif; ?> <?php endif; ?>
</div> </div>