From f91940bb5b23b8044340738aa8c737ba5574eacd Mon Sep 17 00:00:00 2001 From: pines Date: Mon, 2 Oct 2006 21:20:48 +0000 Subject: [PATCH] use html:pre so transit slip "preview" looks okay git-svn-id: svn://svn.open-ils.org/ILS/trunk@6359 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/error.js | 6 +++--- 1 file changed, 3 insertions(+), 3 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 bf262da3ee..393fe83f44 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/error.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/error.js @@ -322,9 +322,9 @@ 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] : ''; var b3_key = b3 ? b3[0] : ''; /* FIXME - need to check for collisions */ -- 2.11.0