diff -r 4746dd07cc48 -r 6607cd646d6d includes/clientside/static/ajax.js --- 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));