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>
This commit is contained in:
Bryan Forbes 2021-02-04 14:38:23 -06:00
parent 6ae138c2fe
commit 4a00f5bd8e

View file

@ -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" />