diff --git a/src/HtmlUtils.js b/src/HtmlUtils.js
index 1032c52e32..97f547ceb4 100644
--- a/src/HtmlUtils.js
+++ b/src/HtmlUtils.js
@@ -541,8 +541,8 @@ export function bodyToHtml(content, highlights, opts={}) {
});
return isDisplayedWithHtml ?
- :
- { strippedBody };
+ :
+ { strippedBody };
}
export function emojifyText(text, addAlt) {