Skip to content

Commit

Permalink
Fix language
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Ory committed Jan 23, 2025
1 parent ea422b9 commit af60509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts-local.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,11 +499,11 @@
<b>Date:</b> ${daterange}<br>
<b>Place:</b> ${locationprocessed} <br>
<b>Description:</b> ${description} ${archiveprocessed}
${bibliography ? `<b><br>Bibliography:</b> ${bibliography}` : ''}<br> <a href="#" onclick="sharePoint('${shareID}')" style="display: flex; align-items: center;"><img src="/images/share_24.svg" alt="Share" style="height: 24px; width: 24px; margin-right: 5px;"><span>Copy point URL</span></a>` :
${bibliography ? `<b><br>Bibliography:</b> ${bibliography}` : ''}<br> <a href="#" onclick="sharePoint('${shareID}')" style="display: flex; align-items: center;"><img src="/images/share_24.svg" alt="Share" style="height: 24px; width: 24px; margin-right: 5px;"><span>Copy link</span></a>` :
`<b>Person:</b> ${personprocessed}<br>
<b>Date:</b> ${daterange}<br>
<b>Place:</b> ${locationprocessed} ${archiveprocessed}
${bibliography ? `<br><b>Bibliography:</b> ${bibliography}` : ''} <br> <a href="#" onclick="sharePoint('${shareID}')" style="display: flex; align-items: center;"><img src="/images/share_24.svg" alt="Share" style="height: 24px; width: 24px; margin-right: 5px;"><span>Copy point URL</span></a>`,
${bibliography ? `<br><b>Bibliography:</b> ${bibliography}` : ''} <br> <a href="#" onclick="sharePoint('${shareID}')" style="display: flex; align-items: center;"><img src="/images/share_24.svg" alt="Share" style="height: 24px; width: 24px; margin-right: 5px;"><span>Copy link</span></a>`,
locationCertainty: locationCertainty,
earliestDateCertainty: earliestDateCertainty,
latestDateCertainty: latestDateCertainty,
Expand Down

0 comments on commit af60509

Please sign in to comment.