diff options
Diffstat (limited to 'admin/history.php')
-rw-r--r-- | admin/history.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/history.php b/admin/history.php index 7bd8a061a..2440a65e2 100644 --- a/admin/history.php +++ b/admin/history.php @@ -441,6 +441,7 @@ SELECT if (isset($label_of_image[$line['image_id']])) { $image_string.= ' '.$label_of_image[$line['image_id']]; + $image_string.= '</a>'; } else { |