Move from Xhtml to Html. re #73
This commit is contained in:
parent
e833172e99
commit
d3ce31c6be
5 changed files with 8 additions and 9 deletions
|
@ -22,7 +22,7 @@
|
|||
exit ();
|
||||
}
|
||||
|
||||
header ("Content-Type:application/xhtml+xml;charset=utf-8");
|
||||
header ("Content-Type:text/html;charset=utf-8");
|
||||
$page = getURLParam ("page", Base::PAGE_INDEX);
|
||||
$query = getURLParam ("query");
|
||||
$qid = getURLParam ("id");
|
||||
|
@ -52,7 +52,7 @@
|
|||
$(document).ready(function() {
|
||||
// Handler for .ready() called.
|
||||
|
||||
var url = "<?php echo "getJSON.php?" . str_replace ("&", "&", addURLParameter ($_SERVER["QUERY_STRING"], "complete", 1)); ?>";
|
||||
var url = "<?php echo "getJSON.php?" . addURLParameter ($_SERVER["QUERY_STRING"], "complete", 1); ?>";
|
||||
|
||||
$.when($.get('templates/default/header.html'),
|
||||
$.get('templates/default/footer.html'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue