]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix MIME type
authorRudolf Polzer <divverent@alientrap.org>
Sat, 4 Dec 2010 18:27:58 +0000 (19:27 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 4 Dec 2010 18:27:58 +0000 (19:27 +0100)
qcsrc/menu/xonotic/util.qc

index 6c43e0696325cdfbc5ca085dcd6bfa372e95a628..1cb4cf50db979f0d7db77ef9c203a348f97bfa46 100644 (file)
@@ -388,7 +388,7 @@ void preMenuDraw()
                        buf_del(cvar_handle);
                        uri_postbuf(
                                uri, URI_GET_UPDATENOTIFICATION,
-                               "application/x-www-urlencoded",
+                               "application/x-www-form-urlencoded",
                                "&",
                                popcon_handle
                        );