4,951
edits
Falterfire (talk | contribs) (Adding more formatting to hopefully keep the TotH icons inline when possible) |
Falterfire (talk | contribs) m (fixed formatting typo) |
||
Line 577: | Line 577: | ||
DRTable[DR][EquipSlot] = {} | DRTable[DR][EquipSlot] = {} | ||
end | end | ||
local itemString = '<span style="inline-block">'..Icons.getExpansionIcon(item.id)..Icons.Icon({item.name, type='item'})..'</span>' | local itemString = '<span style="display:inline-block">'..Icons.getExpansionIcon(item.id)..Icons.Icon({item.name, type='item'})..'</span>' | ||
table.insert(DRTable[DR][EquipSlot], itemString) | table.insert(DRTable[DR][EquipSlot], itemString) | ||
end | end |