From: pines Date: Mon, 2 Oct 2006 21:20:48 +0000 (+0000) Subject: use html:pre so transit slip "preview" looks okay X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f91940bb5b23b8044340738aa8c737ba5574eacd;p=evergreen%2Fpines.git 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 --- 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 */