@@ -21,12 +21,13 @@ $this->start('subheading');
?>
<strong>Error</strong>
<?= h($error->getMessage()) ?>
- <br/>
+ <br>
<strong>File</strong>
<?= h($error->getFile()) ?>
- <strong>Line: </strong>
+ <br><br>
+ <strong>Line</strong>
<?= h($error->getLine()) ?>
<?php $this->end() ?>
@@ -20,7 +20,7 @@ $this->assign('title', 'Missing Database Connection');
$this->start('subheading'); ?>
A Database connection using was missing or unable to connect.
-<br/>
+<br>
<?php
if (isset($reason)):
echo sprintf('The database server returned this error: %s', h($reason));
@@ -41,6 +41,7 @@
background-color: #D33C47;
color: #ffffff;
padding: 10px;
+ height: 100px;
}
.header-title {
font-size: 30px;
@@ -50,10 +51,6 @@
display: block;
font-size: 16px;
- .header-help {
- float: right;
- font-size: 12px;
- }
.header-help a {
color: #fff;
@@ -226,10 +223,6 @@
</head>
<body>
<header>
- <!-- <div class="header-help">
- <a target="_blank" href="https://book.cakephp.org/3.0/">Documentation</a>
- <a target="_blank" href="https://api.cakephp.org/">API</a>
- </div> -->
<h1 class="header-title">
<?= h($this->fetch('title')) ?>
</h1>