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