Commit 5337e760 by doszhang

dos

parent ddc1705e
...@@ -717,7 +717,7 @@ function createList(target, flag, no, wrapNum = 0) { ...@@ -717,7 +717,7 @@ function createList(target, flag, no, wrapNum = 0) {
} }
flag = res; flag = res;
} }
item.find('.flag-text').text(flag); item.find('.flag-text').html(flag);
$(target).append(item); $(target).append(item);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment