diff --git a/src/web/app/desktop/tags/timeline-post.tag b/src/web/app/desktop/tags/timeline-post.tag index aed60f001..be772097e 100644 --- a/src/web/app/desktop/tags/timeline-post.tag +++ b/src/web/app/desktop/tags/timeline-post.tag @@ -34,7 +34,7 @@ -
DUMMY
+ RP:DUMMY
if @p._highlight? + @refs.text.innerHTML = @refs.text.innerHTML.replace '' if @p._highlight? then @compile tokens, true, false else @compile tokens diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag index 42dbf1ab7..006136b2e 100644 --- a/src/web/app/mobile/tags/timeline-post.tag +++ b/src/web/app/mobile/tags/timeline-post.tag @@ -21,7 +21,7 @@ -DUMMY
+ RP:DUMMY
if @p._highlight? + @refs.text.innerHTML = @refs.text.innerHTML.replace '' if @p._highlight? then @compile tokens, true, false else @compile tokens