Adding missing <h4>
This commit is contained in:
parent
b2a4f349eb
commit
ea92159631
|
@ -115,6 +115,7 @@ foreach (Base::getDbList () as $name => $database) {
|
|||
</article>
|
||||
<article class="frontpage">
|
||||
<h2>Check if Calibre database file exists and is readable</h2>
|
||||
<h4>
|
||||
<?php
|
||||
if (is_readable (Base::getDbFileName ($i))) {
|
||||
echo "{$name} OK";
|
||||
|
@ -129,6 +130,7 @@ Please check
|
|||
</ul>";
|
||||
}
|
||||
?>
|
||||
</h4>
|
||||
</article>
|
||||
<?php if (is_readable (Base::getDbFileName ($i))) { ?>
|
||||
<article class="frontpage">
|
||||
|
|
Loading…
Reference in a new issue