[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 21fbe91fbb8367937cbf1586dc211463c76238d8

Evergreen Git git at git.evergreen-ils.org
Wed Nov 9 11:06:54 EST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_1 has been updated
       via  21fbe91fbb8367937cbf1586dc211463c76238d8 (commit)
      from  1ee724d1d498249f6d59d7040854a45107c80fb1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 21fbe91fbb8367937cbf1586dc211463c76238d8
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Wed Nov 9 11:00:05 2011 -0500

    XML.ignoreWhitespace causes syntax errors
    
    So remove it.
    
    Disabling pretty printing appears to be enough to fix the marc editor.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js
index 7d27610..919c729 100644
--- a/Open-ILS/xul/staff_client/server/cat/marcedit.js
+++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js
@@ -18,8 +18,6 @@
  * GNU General Public License for more details.  
  *
  */
-// We need whitespace in MARC fields, so disable ignoring it
-XML.ignoreWhitespace = false;
 // Pretty printing kills whitespace too, so disable it.
 XML.prettyPrinting = false;
 var xmlDeclaration = /^<\?xml version[^>]+?>/;

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/xul/staff_client/server/cat/marcedit.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list