quiz attempts: MDL-18283 add accept-charset="utf-8" to avoid encoding problems.

This commit is contained in:
tjhunt
2009-02-17 07:21:56 +00:00
parent 5348b899c4
commit 1bd66f3914
+1 -1
View File
@@ -120,7 +120,7 @@
// Start the form
echo '<form id="responseform" method="post" action="', $attemptobj->processattempt_url(),
'" enctype="multipart/form-data">', "\n";
'" enctype="multipart/form-data" accept-charset="utf-8">', "\n";
echo '<div>';
print_js_call('init_quiz_form');