aboutsummaryrefslogtreecommitdiff
path: root/src/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/tubo/components/comments.cljs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/components/comments.cljs b/src/frontend/tubo/components/comments.cljs
index a65b6d8..fb540ae 100644
--- a/src/frontend/tubo/components/comments.cljs
+++ b/src/frontend/tubo/components/comments.cljs
@@ -30,7 +30,7 @@
(when uploader-verified?
[:i.fa-solid.fa-circle-check.ml-2])]
[:div.my-2
- [:p text]]
+ [:p {:dangerouslySetInnerHTML {:__html text}}]]
[:div..flex.items-center.my-2
[:div.mr-4
[:p (util/format-date upload-date)]]