diff options
Diffstat (limited to 'src/lib/album-metadata.source.sh')
| -rw-r--r-- | src/lib/album-metadata.source.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/album-metadata.source.sh b/src/lib/album-metadata.source.sh index b96c817..b1bed7a 100644 --- a/src/lib/album-metadata.source.sh +++ b/src/lib/album-metadata.source.sh @@ -37,8 +37,8 @@ photo_exif_details_html() { continue fi value="${exif_values[$key]}" - key_html=$(_html_escape "exif:$key") - value_html=$(_html_escape "$value") + key_html=$(html_escape "exif:$key") + value_html=$(html_escape "$value") if (( exif_count == 0 )); then printf '<table class="details">\n' |
