Skip to content

Commit

Permalink
Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
xmorave2 committed May 21, 2024
1 parent 197589f commit fee41f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/Content/TOC/ObalkyKnih.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function loadByIsbn($key, \VuFindCode\ISBN $isbnObj)
$data = $this->service->getData($ids);
$toc = '';
if (isset($data->toc_thumbnail_url)) {
$toc = "<p></p><a href='" . htmlspecialchars($data->toc_pdf_url)
$toc = "<p><a href='" . htmlspecialchars($data->toc_pdf_url)
. "' target='_blank' ><img src='"
. htmlspecialchars($data->toc_thumbnail_url) . "'></a></p>";
}
Expand Down

0 comments on commit fee41f2

Please sign in to comment.