From e99dd024437e3a15c68d1f5e135f38404a1d5a89 Mon Sep 17 00:00:00 2001 From: twanvl Date: Sun, 18 May 2008 19:06:01 +0000 Subject: [PATCH] Fixed: keywords no longer apply inside tags (most notably inside CARDNAME) git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@863 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/data/keyword.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/keyword.cpp b/src/data/keyword.cpp index f9eb8b1e..3371c40a 100644 --- a/src/data/keyword.cpp +++ b/src/data/keyword.cpp @@ -443,6 +443,8 @@ String KeywordDatabase::expand(const String& text, } else if (is_substr(s, i, _("s } else { i = skip_tag(s, i); }