Use '\' instead of '$' as a tags separator.

This commit is contained in:
John Preston 2022-01-20 11:19:45 +03:00
parent f0efb19713
commit 0488688592

View file

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