add doctype to headers, fix iajax problem

git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@416 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg 2011-09-22 20:15:26 +00:00
parent 926a49737a
commit 31688eaa1c
3 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jQuery.ajaxPrefilter(function(options, _, jqXHR) {
}
}
} catch(e) {
alert(e);
console.log(e);
}
}, options.progressInterval);

View File

@ -1,4 +1,6 @@
puts {
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>

View File

@ -1,3 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title><!--#exec cmd="/mod/var/mongoose/include/model.jim" --></title>