diff --git a/src/render/instantview.ts b/src/render/instantview.ts
index 74aecf8..cd1c787 100644
--- a/src/render/instantview.ts
+++ b/src/render/instantview.ts
@@ -300,9 +300,8 @@ const generateStatus = (
${status.poll ? generatePoll(status.poll, status.lang ?? 'en') : notApplicableComment}
- ${!isQuote && status.quote ? generateStatus(status.quote, author, language, true, null) : notApplicableComment}
-
${!isQuote ? `${i18next.t('ivViewOriginal')}` : notApplicableComment}
- `.format({
+ ${!isQuote && status.quote ? generateStatus(status.quote, author, language, true, null) : notApplicableComment}`
+ .format({
quoteHeader: isQuote
? '