From 7cea43ff0bca79282a056b90106c11a8b937732b Mon Sep 17 00:00:00 2001 From: Jay Goldman Date: Wed, 19 Feb 2020 09:30:17 -0500 Subject: [PATCH 1/2] fix typo, updateIdentifiers after id field changed --- handlers/default-types.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/handlers/default-types.xsl b/handlers/default-types.xsl index f288e87..c25019a 100644 --- a/handlers/default-types.xsl +++ b/handlers/default-types.xsl @@ -21,7 +21,7 @@ - + text @@ -86,7 +86,7 @@ this.setAttribute("value", "prefix".concat(this.value).concat("abbreviation")); this.previousElementSibling.textContent = this.value; - if (this.value) { this.setAttribute("value", this.value.replace(/\s/g, " ").replace(/\s+/g, " ").trim()); } else { this.removeAttribute("value"); }; + if (this.value) { this.setAttribute("value", this.value.replace(/\s/g, " ").replace(/\s+/g, " ").trim()); } else { this.removeAttribute("value"); }; updateIdentifiers(); @@ -194,4 +194,4 @@ - \ No newline at end of file + From 7e737c91511e579344fa3de6d2969c50f767b202 Mon Sep 17 00:00:00 2001 From: Jay Goldman Date: Wed, 19 Feb 2020 09:40:29 -0500 Subject: [PATCH 2/2] fix typo --- handlers/simple-elements.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handlers/simple-elements.xsl b/handlers/simple-elements.xsl index 9c7334e..865e106 100644 --- a/handlers/simple-elements.xsl +++ b/handlers/simple-elements.xsl @@ -138,7 +138,7 @@ handle-simple-element - + @@ -322,4 +322,4 @@ - \ No newline at end of file +