FIX: do not escape `fancy_title` again. (#50)
This commit is contained in:
parent
23904fcc3b
commit
c1c06b8ed6
|
@ -41,7 +41,7 @@ if (QuickAccessPanel) {
|
|||
assignedTopic.id,
|
||||
assignedTopic.last_read_post_number + 1
|
||||
),
|
||||
content: assignedTopic.fancy_title
|
||||
escapedContent: assignedTopic.fancy_title
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue