Fix icon with HTML5
This commit is contained in:
parent
01dcf3ef0c
commit
9ad2624c19
|
@ -203,7 +203,7 @@
|
||||||
?>
|
?>
|
||||||
<article>
|
<article>
|
||||||
<div class="frontpage">
|
<div class="frontpage">
|
||||||
<?php foreach ($entry->linkArray as $link) {?> <a href="<?php echo $link->hrefXhtml () ?>">
|
<?php foreach ($entry->linkArray as $link) { if ($link->type != Link::OPDS_NAVIGATION_TYPE) { continue; } ?> <a href="<?php echo $link->hrefXhtml () ?>">
|
||||||
<h2><?php echo htmlspecialchars ($entry->title) ?></h2>
|
<h2><?php echo htmlspecialchars ($entry->title) ?></h2>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<h4><?php echo htmlspecialchars ($entry->content) ?></h4>
|
<h4><?php echo htmlspecialchars ($entry->content) ?></h4>
|
||||||
|
|
Loading…
Reference in a new issue