From af59a5ae09edff8fd660decf187d2b6c03b6edce Mon Sep 17 00:00:00 2001 From: pines Date: Sat, 30 Sep 2006 04:56:21 +0000 Subject: [PATCH] flex tweak git-svn-id: svn://svn.open-ils.org/ILS/trunk@6281 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/error.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] : ''; -- 2.11.0