1
0
mirror of synced 2026-08-05 23:36:55 +00:00

FIX: close link in shared conversation model (#1007)

This commit is contained in:
Kris
2024-12-05 15:19:36 -05:00
committed by GitHub
parent 5ba274f7a5
commit 70fae2b699
+1 -1
View File
@@ -103,7 +103,7 @@ class SharedAiConversation < ActiveRecord::Base
break
end
end
html << "<a href='#{url}'>#{I18n.t("discourse_ai.share_ai.read_more")}<a>"
html << "<a href='#{url}'>#{I18n.t("discourse_ai.share_ai.read_more")}</a>"
html
end