summaryrefslogtreecommitdiff
path: root/modules/exif/views/exif_dialog.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/exif/views/exif_dialog.html.php')
-rw-r--r--modules/exif/views/exif_dialog.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/exif/views/exif_dialog.html.php b/modules/exif/views/exif_dialog.html.php
index a981ca09..11d1e212 100644
--- a/modules/exif/views/exif_dialog.html.php
+++ b/modules/exif/views/exif_dialog.html.php
@@ -14,14 +14,14 @@
<?= $details[$i]["caption"] ?>
</td>
<td class="gOdd">
- <?= SafeString::of($details[$i]["value"]) ?>
+ <?= html::clean($details[$i]["value"]) ?>
</td>
<? if (!empty($details[++$i])): ?>
<td class="gEven">
<?= $details[$i]["caption"] ?>
</td>
<td class="gOdd">
- <?= SafeString::of($details[$i]["value"]) ?>
+ <?= html::clean($details[$i]["value"]) ?>
</td>
<? else: ?>
<td class="gEven"></td><td class="gOdd"></td>