summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/templates/exception.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/exception.php b/core/templates/exception.php
index 1c73698e5b0..fbbba0d48b1 100644
--- a/core/templates/exception.php
+++ b/core/templates/exception.php
@@ -25,7 +25,7 @@ style('core', ['styles', 'header']);
<?php if($_['debugMode']): ?>
<br />
- <h2><strong><?php p($l->t('Trace')) ?></strong></h2>
+ <h3><?php p($l->t('Trace')) ?></h3>
<pre><?php p($_['trace']) ?></pre>
<?php endif; ?>
</div>