little tweak for Exception.tpl template file
This commit is contained in:
@@ -59,6 +59,9 @@
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
pre {
|
||||||
|
font: 18px Georgia, "Times New Roman", Times, serif;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -67,7 +70,7 @@
|
|||||||
<div class="block_exception clear_fix">
|
<div class="block_exception clear_fix">
|
||||||
<h2>
|
<h2>
|
||||||
<abbr title="RuntimeException">RuntimeException</abbr>:
|
<abbr title="RuntimeException">RuntimeException</abbr>:
|
||||||
<?php echo $message?>
|
<pre><?php echo $message?></pre>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="block">
|
<div class="block">
|
||||||
|
|||||||
Reference in New Issue
Block a user