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-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">