diff options
author | Bryan Forbes <bryan@reigndropsfall.net> | 2021-02-04 14:38:23 -0600 |
---|---|---|
committer | Bryan Forbes <bryan@reigndropsfall.net> | 2021-02-04 14:47:43 -0600 |
commit | 4a00f5bd8e3f609e08bb9d62f1d5bfa0b6ab3924 (patch) | |
tree | ed35cc605534889ebdf921eedfd89743933c3067 /themes/luci-theme-openwrt-2020/luasrc/view | |
parent | 6ae138c2fe3dc13005b3ccdb9e19037f7350aab6 (diff) |
luci-theme-openwrt-2000: Add doctype to header
Fix table rendering in the small responsive breakpoint on Safari (which
ignores `display: block;` for `<td>` elements).
Signed-off-by: Bryan Forbes <bryan@reigndropsfall.net>
Diffstat (limited to 'themes/luci-theme-openwrt-2020/luasrc/view')
-rw-r--r-- | themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm b/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm index fc068b65c3..fb0842df04 100644 --- a/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm +++ b/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm @@ -17,7 +17,7 @@ http.prepare_content("text/html; charset=UTF-8") -%> - +<!DOCTYPE html> <html lang="<%=luci.i18n.context.lang%>"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |