From 41dbaed19e374b34cf19d2ec7e96ee3413e12adb Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Wed, 14 May 2014 13:48:47 +0200 Subject: [PATCH] gluon-config-mode: fix reboot.htm validity --- .../files/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/gluon-config-mode/files/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm b/package/gluon-config-mode/files/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm index fdf04d9a8..238da2753 100644 --- a/package/gluon-config-mode/files/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm +++ b/package/gluon-config-mode/files/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm @@ -1,5 +1,8 @@ -<html> +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%=luci.i18n.context.lang%>" lang="<%=luci.i18n.context.lang%>"> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><%=hostname%> - <% if title then %><%=title%><% else %><%:Rebooting...%><% end %></title> <link rel="stylesheet" type="text/css" media="screen" href="<%=media%>/cascade.css" /> </head> -- GitLab