diff options
| -rw-r--r-- | app/Functions/FunctionsPrintFacts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Functions/FunctionsPrintFacts.php b/app/Functions/FunctionsPrintFacts.php index 7d184f0bdf..fdb5dbfa5d 100644 --- a/app/Functions/FunctionsPrintFacts.php +++ b/app/Functions/FunctionsPrintFacts.php @@ -1165,7 +1165,7 @@ class FunctionsPrintFacts { if ($media) { echo '<span class="field">'; echo $media->displayImage(100, 100, 'contain', []); - echo '<a href="' . $media->getHtmlUrl() . '">'; + echo '<a href="' . $media->getHtmlUrl() . '"> '; echo '<em>'; foreach ($media->getAllNames() as $name) { if ($name['type'] != 'TITL') { |
