Adding missing <h4>

This commit is contained in:
edent 2014-03-02 16:12:04 +00:00
parent b2a4f349eb
commit ea92159631
1 changed files with 2 additions and 0 deletions

View File

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