luci-olsr: fix typo

This commit is contained in:
Patrick Grimm 2013-07-02 23:17:16 +00:00
parent 38aa51a391
commit 624926911b

View file

@ -84,11 +84,10 @@ end
}
if (neigh.hn) {
s += String.format(
'<td class="cbi-section-table-titles" style="background-color:%s"><a href="http://%s/cgi-bin-status.html">%s</a></td>' +
'<td class="cbi-section-table-titles" style="background-color:%s"><a href="http://%s/cgi-bin-status.html">%s</a></td>',
neigh.dfgcolor, neigh.hn, neigh.hn
);
}
else {
} else {
s += String.format(
'<td class="cbi-section-table-titles" style="background-color:%s">?</td>',
neigh.dfgcolor