mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes invalid attribute name char
This commit is contained in:
parent
32fd5f850c
commit
b87bd1cb44
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ function page_utils.print_menubar()
|
|||
navbar_style = "dark"
|
||||
end
|
||||
|
||||
print('<div id="n-sidebar" class="bg-'.. navbar_style ..'" py-0 px-2">')
|
||||
print('<div id="n-sidebar" class="bg-'.. navbar_style ..' py-0 px-2">')
|
||||
|
||||
print([[
|
||||
<h3 class='muted'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue