[open-ils-commits] [GIT] Evergreen ILS branch master updated. dae71513d8e48b01ff3fdc4b52cc67c723c32fea
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, master has been updated
via dae71513d8e48b01ff3fdc4b52cc67c723c32fea (commit)
from 0e2f7fd8f40c12634bdcfa47bceabd0ddf60bbb6 (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 dae71513d8e48b01ff3fdc4b52cc67c723c32fea
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 9663e72..0d5e92a 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