FIX: close link in shared conversation model (#1007)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user