updated by GasGit automation
This commit is contained in:
parent
1f45ab2450
commit
fb46124467
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ function Elementer() {
|
|||
|
||||
// the label
|
||||
var td = ea(tr, "td", "", fc.tdLabel, fs.tdLabel);
|
||||
var label = ob.label ? ea(td, "label", DomUtils.fillLabel(ob.label), fc.subhead, fs.subhead) : null;
|
||||
var label = ob.label ? ea(td, "label", DomUtils.fillLabel(ob.label), fc.subhead, fc.nav.nextIcon ? fs.navCursor : fs.subhead) : null;
|
||||
if (!ob.icon) {
|
||||
td.colSpan = 2;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue