diff --git a/routes/steward.ts b/routes/steward.ts index 5a0fcf6..c9f02f0 100644 --- a/routes/steward.ts +++ b/routes/steward.ts @@ -973,7 +973,7 @@ async function askOdy(artifactId, title, sourceUrl) { } catch(e) { const verdictEl = document.getElementById('verdict-' + artifactId); if (verdictEl) { - verdictEl.innerHTML = '
Error
Could not get Ody\'s analysis. ' + esc(e.message) + '
'; + verdictEl.innerHTML = '
Error
Could not get Ody\u2019s analysis. ' + esc(e.message) + '
'; } } finally { btn.disabled = false;