Fix an alt string that existed in the lang file.
Add a missing translation (more to do about it).
This commit is contained in:
parent
6f17a4dc65
commit
140c88a63c
3 changed files with 3 additions and 2 deletions
|
@ -23,7 +23,7 @@ $book->getLinkArray ();
|
|||
<?php
|
||||
if ($book->hasCover) {
|
||||
?>
|
||||
<a href="fetch.php?id=<?php echo $book->id ?>"><img src="fetch.php?id=<?php echo $book->id ?>&height=150" alt="cover" /></a>
|
||||
<a href="fetch.php?id=<?php echo $book->id ?>"><img src="fetch.php?id=<?php echo $book->id ?>&height=150" alt="<?php echo localize("i18n.coversection") ?>" /></a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue