mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Render fancy title correctly in composer (#11714)
This commit is contained in:
parent
54d3b37b48
commit
82af278ae5
@ -311,7 +311,7 @@ const Composer = RestModel.extend({
|
|||||||
if (topic) {
|
if (topic) {
|
||||||
options.topicLink = {
|
options.topicLink = {
|
||||||
href: topic.url,
|
href: topic.url,
|
||||||
anchor: topic.fancy_title || escapeExpression(topicTitle),
|
anchor: topic.fancyTitle || escapeExpression(topicTitle),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user