summary history branches tags files
commit:ba6dad64a90eb931b556e2fdb610672abaf0c997
author:Trevor Bentley
committer:Trevor Bentley
date:Fri Aug 4 12:33:22 2017 +0200
parents:9c9b22c95b08ddc4fac5c17cc5fd06b2f5ca8eaa
Accept UTF-8 in web config
diff --git a/src/settings/mod.rs b/src/settings/mod.rs
line changes: +1/-1
index 98a5adb..a2b8694
--- a/src/settings/mod.rs
+++ b/src/settings/mod.rs
@@ -67,7 +67,7 @@ To create your free developer application for Connectr, follow these instruction
 <li> Press the <em>SAVE</em> button at the bottom of Spotify's webpage
 <li> Submit this configuration form
 </ul></p>
-<form method="POST" action="#"><table>
+<form method="POST" action="#" accept-charset="UTF-8"><table>
 <tr><td>Client ID:</td><td><input type="text" name="client_id"></td></tr>
 <tr><td>Client Secret:</td><td><input type="text" name="secret"></td></tr>
 <tr><td colspan=2></br></br></tr></tr>