Skip to content

Commit

Permalink
Merge pull request #16 from basho/cm-16-missing-doctype
Browse files Browse the repository at this point in the history
DOCTYPE missing.
  • Loading branch information
cmeiklejohn committed Apr 26, 2012
2 parents deaac86 + da353c8 commit fe145d5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions priv/admin/console.html
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<title>Console Logs</title>
Expand Down
1 change: 1 addition & 0 deletions priv/admin/graphs.html
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<title>Graphs</title>
Expand Down
1 change: 1 addition & 0 deletions priv/admin/index.html
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
Expand Down
1 change: 1 addition & 0 deletions priv/admin/login.html
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<body style="margin-left:100px;margin-top:100px;">
<h1>Riak Admin Panel</h1>
Expand Down
1 change: 1 addition & 0 deletions priv/admin/mr.html
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<title>Map/Reduce</title>
Expand Down
1 change: 1 addition & 0 deletions priv/admin/objects.html
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<title>Objects</title>
Expand Down
1 change: 1 addition & 0 deletions priv/admin/support.html
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<title>Support + Bug Report</title>
Expand Down
3 changes: 2 additions & 1 deletion src/admin_gui.erl
Expand Up @@ -35,7 +35,8 @@
-include_lib("webmachine/include/webmachine.hrl").

%% mappings to the various content types supported for this resource
-define(CONTENT_TYPES,[{"text/html",to_resource},
-define(CONTENT_TYPES,[{"text/css", to_resource},
{"text/html",to_resource},
{"text/plain",to_resource},
{"text/javascript",to_resource}
]).
Expand Down

0 comments on commit fe145d5

Please sign in to comment.