updated by GasGit automation

This commit is contained in:
Bruce McPherson 2016-05-25 13:33:39 +01:00
parent 1f45ab2450
commit fb46124467

View file

@ -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;
}