includes/clientside/static/ajax.js
changeset 413 6607cd646d6d
parent 407 35d94240a197
child 420 301f546688d1
--- a/includes/clientside/static/ajax.js	Mon Feb 11 14:33:49 2008 -0500
+++ b/includes/clientside/static/ajax.js	Tue Feb 12 00:37:46 2008 -0500
@@ -97,7 +97,7 @@
   else
   {
     customerror  = 'We unexpectedly received the following response from the server. The response should have been in the JSON ';
-    customerror += 'serialization format, but the response wasn\'t composed only of the JSON response. There are three possible triggers';
+    customerror += 'serialization format, but the response wasn\'t composed only of the JSON response. There are three possible triggers ';
     customerror += 'for this problem:';
     var el = document.createElement('p');
     el.appendChild(document.createTextNode(customerror));