[Tablegen] Fix wrong constant
This commit is contained in:
parent
f15db30fb9
commit
5cf55e09a4
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ namespace Tablegen
|
|||
////////////////////////////////////////////////////////////////////
|
||||
// HTML
|
||||
////////////////////////////////////////////////////////////////////
|
||||
if (i % 3 == 0) {
|
||||
if (i % settings.CharactersPerRow == 0) {
|
||||
row = tableBody.append_child("tr");
|
||||
row.append_attribute("class") = "kanji-table-row";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue