[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. c6083dba8878db023afa556d2bdd937f951cc452
Evergreen Git
git at git.evergreen-ils.org
Wed Nov 9 11:06:53 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_0 has been updated
via c6083dba8878db023afa556d2bdd937f951cc452 (commit)
from 50dd31290fa17595708b60ce3d816c5146dfba44 (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 c6083dba8878db023afa556d2bdd937f951cc452
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 451e51e..5dadd35 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