Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorBryan Forbes <bryan@reigndropsfall.net>2021-02-04 23:38:23 +0300
committerBryan Forbes <bryan@reigndropsfall.net>2021-02-04 23:47:43 +0300
commit4a00f5bd8e3f609e08bb9d62f1d5bfa0b6ab3924 (patch)
treeed35cc605534889ebdf921eedfd89743933c3067 /themes
parent6ae138c2fe3dc13005b3ccdb9e19037f7350aab6 (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')
-rw-r--r--themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm2
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" />