Skip to content

Commit

Permalink
FIX: Reformat literal translation
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Mar 16, 2024
1 parent 52c5e9e commit 8203faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utterance/literal.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function createLiteral(data, { analysisLang }) {

for (const lang in data) {
const lit = data[lang]
html += `<p class=lit lang='${ lang }'>${ addEmphasis(lit) }</p>`
html += `<p class=lit'>lit. <span class=tln lang='${ lang }>${ addEmphasis(lit) }</span></p>`
}

return html
Expand Down

0 comments on commit 8203faf

Please sign in to comment.