From: pines Date: Sat, 30 Sep 2006 04:56:21 +0000 (+0000) Subject: flex tweak X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=af59a5ae09edff8fd660decf187d2b6c03b6edce;p=evergreen%2Fpines.git flex tweak git-svn-id: svn://svn.open-ils.org/ILS/trunk@6281 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/util/error.js b/Open-ILS/xul/staff_client/chrome/content/util/error.js index 3ec977055d..bf262da3ee 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/error.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/error.js @@ -322,8 +322,8 @@ util.error.prototype = { //FIXME - need to escape these values before embedding them into xml.. but window.escape was weird.. - var xml = '' + - '' + (s) + var xml = '' + + '' + (s) + ''; var b1_key = b1 ? b1[0] : ''; var b2_key = b2 ? b2[0] : '';