Add accept-charset attribute to all forms.
[demoscenemusic.git] / src / main / resources / templates / admin.edit-artist
index a3fdcbe..783a5ff 100644 (file)
@@ -2,7 +2,7 @@
 
 <h1>Edit Artist</h1>
 
-<form method="post">
+<form method="post" accept-charset="utf-8">
 
        <label>Name: <input type="text" name="name" value="<% artist.name|html>"/></label>
        <button type="submit">Edit Artist</button>