luci-olsr: fix typo
This commit is contained in:
parent
38aa51a391
commit
624926911b
1 changed files with 15 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue