FIX: do not escape `fancy_title` again. (#50)

This commit is contained in:
Kyle Zhao 2019-09-13 11:32:40 -07:00 committed by Robin Ward
parent 23904fcc3b
commit c1c06b8ed6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if (QuickAccessPanel) {
assignedTopic.id, assignedTopic.id,
assignedTopic.last_read_post_number + 1 assignedTopic.last_read_post_number + 1
), ),
content: assignedTopic.fancy_title escapedContent: assignedTopic.fancy_title
}); });
} }
}); });