diff --git a/digest.php b/digest.php
index 805e07488..4ec7042cf 100644
--- a/digest.php
+++ b/digest.php
@@ -36,11 +36,12 @@
+
-
-
+
+
diff --git a/js/digest.js b/js/digest.js
index 12d45e536..1a16ad80a 100644
--- a/js/digest.js
+++ b/js/digest.js
@@ -667,7 +667,7 @@ function init() {
dojo.require("dijit.Dialog");
new Ajax.Request("backend.php", {
- parameters: "?op=rpc&method=sanityCheck",
+ parameters: {op: "rpc", method: "sanityCheck"},
onComplete: function(transport) {
backend_sanity_check_callback(transport);
} });