luci-app-nlbw: make display template XHTML compliant
This allows proper rendering in OpenWrt theme. Fixes #1284. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
21ae7f2181
commit
9ee26ac818
1 changed files with 2 additions and 2 deletions
|
@ -900,14 +900,14 @@ function bubbleDismiss()
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
<hr />
|
||||
|
||||
<p>
|
||||
<%:Select accounting period:%>
|
||||
<select id="nlbw.period" style="display:none"></select>
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
<hr />
|
||||
|
||||
<ul class="cbi-tabmenu">
|
||||
<li id="tab.nlbw.traffic" class="cbi-tab"><a href="#" onclick="return switchTab('traffic')"><%:Traffic Distribution%></a></li>
|
||||
|
|
Loading…
Reference in a new issue