fix design of the track trace
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
9f67fb86c8
commit
83b0191017
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue