diff --git a/osxphotos/templates/xmp_sidecar.mako b/osxphotos/templates/xmp_sidecar.mako index f34c1b9b..16ebc651 100644 --- a/osxphotos/templates/xmp_sidecar.mako +++ b/osxphotos/templates/xmp_sidecar.mako @@ -12,7 +12,7 @@ % if desc is None: % else: - ${desc} + ${desc | x} % endif @@ -20,7 +20,7 @@ % if title is None: % else: - ${title} + ${title | x} % endif @@ -30,7 +30,7 @@ % for subj in subject: - ${subj} + ${subj | x} % endfor @@ -48,7 +48,7 @@ % for person in persons: - ${person} + ${person | x} % endfor @@ -60,7 +60,7 @@ % for keyword in keywords: - ${keyword} + ${keyword | x} % endfor