diff options
| author | hallgren <hallgren@chalmers.se> | 2012-02-13 17:58:06 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-02-13 17:58:06 +0000 |
| commit | ec09dd68045b11434bb7ac4e88078bbb986eb8be (patch) | |
| tree | 08cb2c4d4007c03a62b0ca633c7cf5546d369e69 /src/www/minibar/feedback.html | |
| parent | b126a28cc5f5b1a87994fff2f35f8e3b3d5f9111 (diff) | |
minibar: fix problems with the feedback form
Diffstat (limited to 'src/www/minibar/feedback.html')
| -rw-r--r-- | src/www/minibar/feedback.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/www/minibar/feedback.html b/src/www/minibar/feedback.html index 94b15a482..401863fe3 100644 --- a/src/www/minibar/feedback.html +++ b/src/www/minibar/feedback.html @@ -1,14 +1,15 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <html> <head> <title>Feedback</title> <link rel=stylesheet type="text/css" href="minibar.css"> <script type="text/JavaScript" src="support.js"></script> +<script type="text/JavaScript" src="minibar_support.js"></script> <script type="text/JavaScript" src="minibar.js"></script> <meta name = "viewport" content = "width = device-width"> </head> -<body onload="prefill_feedback_form()"> +<body class=minibar onload="prefill_feedback_form()"> <h2><span id=grammar></span> Feedback</h2> |
