Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit eec51c2

Browse files
committed
Make documents consistent, meta tag must be within head tag
1 parent 426f99e commit eec51c2

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

priv/www/api/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!DOCTYPE html>
2-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
32
<html>
43
<head>
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<title>RabbitMQ Management HTTP API</title>
67
<style>
78
body { font: 12px Verdana,sans-serif; color: #444; padding: 8px 35px; }

priv/www/cli/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
36
<title>rabbitmqadmin</title>
47
<style>
58
body { font: 12px Verdana,sans-serif; color: #444; padding: 8px 35px; }

priv/www/doc/stats.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
36
<title>RabbitMQ Management HTTP Stats</title>
47
<style>
58
body { font: 12px Verdana,sans-serif; color: #444; padding: 8px 35px; }

priv/www/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
3-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1+
<!DOCTYPE html>
42
<html>
53
<head>
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>RabbitMQ Management</title>
77
<script src="js/ejs-1.0.min.js" type="text/javascript"></script>
88
<script src="js/jquery-1.12.4.min.js" type="text/javascript"></script>

0 commit comments

Comments
 (0)