Content deleted Content added
Temporary fix to solve theming in Page Content Service |
update from sandbox: tweak to reduce duplication |
||
Line 125:
local result = {'|- style="text-align: center;"\n! scope="row" style="height: 16px;" | ', label, "\n"}
for i = 1, 13 do
table.insert(result,
' class="notheme"| '
)
local display = first_values[i]:getDisplay()
if display then
|