fix fonts
This commit is contained in:
parent
cd7a739c5d
commit
6114da126a
14 changed files with 124 additions and 81 deletions
|
@ -60,7 +60,7 @@ class TagList extends Tag {
|
|||
sb.append(',');
|
||||
sb.append('\n').append(prefix).append(this.list.get(z).toString(indent, depth + 1));
|
||||
}
|
||||
return sb.append('\n').append(Util.repeatString(' ', indent * depth)).append('}').toString();
|
||||
return sb.append('\n').append(Util.repeatString(' ', indent * depth)).append(']').toString();
|
||||
}
|
||||
|
||||
public Tag copy() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue