|
|
@@ -101,6 +101,7 @@ namespace Util
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
+ itemString = itemString.Replace("<<p." + itemKey + ">>", itemObj.ToString());
|
|
|
Dictionary<string, string> replaceDict = new Dictionary<string, string>();
|
|
|
int index = 0;
|
|
|
MatchCollection subLoops = Regex.Matches(itemString, "<<ym-loop:.*?>>[\\s\\S]*?<</ym-loop:.*?>>");
|
|
|
@@ -185,6 +186,7 @@ namespace Util
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
+ itemString = itemString.Replace("<<p." + itemKey + ">>", itemObj.ToString());
|
|
|
Dictionary<string, string> replaceDict = new Dictionary<string, string>();
|
|
|
int index = 0;
|
|
|
MatchCollection subLoops = Regex.Matches(itemString, "<<ym-loop:.*?>>[\\s\\S]*?<</ym-loop:.*?>>");
|