little tweak for Exception.tpl template file

This commit is contained in:
eriknyk
2014-07-17 12:56:18 -04:00
parent 030755a927
commit 8252d1a138

View File

@@ -59,6 +59,9 @@
border-radius: 10px;
border: 1px solid #ccc;
}
pre {
font: 18px Georgia, "Times New Roman", Times, serif;
}
</style>
</head>
<body>
@@ -67,7 +70,7 @@
<div class="block_exception clear_fix">
<h2>
<abbr title="RuntimeException">RuntimeException</abbr>:
<?php echo $message?>
<pre><?php echo $message?></pre>
</h2>
</div>
<div class="block">