Remove remaining tabs from template (#1614)

This commit is contained in:
Darragh Bailey
2022-09-28 23:40:32 +01:00
committed by GitHub
parent 997fbc7faf
commit 6dd3aba4b9

View File

@@ -228,12 +228,12 @@
<%- end -%> <%- end -%>
<%- if @graphics_type != 'none' <%- if @graphics_type != 'none'
graphics = { graphics = {
'type' => @graphics_type, 'type' => @graphics_type,
'port' => @graphics_port, 'port' => @graphics_port,
'autoport' => @graphics_autoport, 'autoport' => @graphics_autoport,
'listen' => @graphics_ip, 'listen' => @graphics_ip,
'keymap' => @keymap, 'keymap' => @keymap,
'passwd' => @graphics_passwd, 'passwd' => @graphics_passwd,
} }
-%> -%>
<%# Video device -%> <%# Video device -%>