##// END OF EJS Templates
hgweb: override the charset attribute in the http request...
Wei, Elson -
r20973:55543ee5 default
parent child Browse files
Show More
@@ -327,6 +327,7 b' function makeRequest(url, method, onstar'
327 327 };
328 328
329 329 xfr.open(method, url);
330 xfr.overrideMimeType("text/xhtml; charset=" + document.characterSet.toLowerCase());
330 331 xfr.send();
331 332 onstart();
332 333 return xfr;
General Comments 0
You need to be logged in to leave comments. Login now