Replaced tag separator to avoid conflicts with new spoiler tag.
This commit is contained in:
parent
ee4a94c122
commit
8331322c20
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
namespace TextUtilities {
|
||||
namespace {
|
||||
|
||||
constexpr auto kTagSeparator = '|';
|
||||
constexpr auto kTagSeparator = '$';
|
||||
|
||||
using namespace Ui::Text;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue