Replaced tag separator to avoid conflicts with new spoiler tag.

This commit is contained in:
23rd 2021-12-19 17:04:04 +03:00
parent ee4a94c122
commit 8331322c20

View file

@ -22,7 +22,7 @@
namespace TextUtilities {
namespace {
constexpr auto kTagSeparator = '|';
constexpr auto kTagSeparator = '$';
using namespace Ui::Text;