Minor fixes to refresh.html

--HG--
branch : 1.x
This commit is contained in:
bertrandleroy
2011-10-18 22:10:55 -07:00
parent 3b137fe0cd
commit d633df3a43

View File

@@ -1,14 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Configuration Changing...</title>
</head>
<body>
<p>
Orchard is temporarily unavailable as a change in configuration requires a restart.
A simple page refresh usually solves this issue.</p>
A simple page refresh usually solves this issue.
</p>
<script type="text/javascript">
window.location.reload();
</script>