[Tablegen] Fix wrong constant

This commit is contained in:
TennesseeTrash 2025-06-16 05:31:13 +02:00
parent f15db30fb9
commit 5cf55e09a4

View file

@ -157,7 +157,7 @@ namespace Tablegen
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// HTML // HTML
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
if (i % 3 == 0) { if (i % settings.CharactersPerRow == 0) {
row = tableBody.append_child("tr"); row = tableBody.append_child("tr");
row.append_attribute("class") = "kanji-table-row"; row.append_attribute("class") = "kanji-table-row";
} }