From: Chris Sharp Date: Wed, 29 Apr 2020 15:40:08 +0000 (-0400) Subject: LP#1873286 - Add release notes entry X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9a1cec8e59b6fbf64dc625d750c5531489ea03bf;p=evergreen%2Fpines.git LP#1873286 - Add release notes entry Signed-off-by: Chris Sharp --- diff --git a/docs/RELEASE_NOTES_NEXT/Administration/self-closing-tags.adoc b/docs/RELEASE_NOTES_NEXT/Administration/self-closing-tags.adoc new file mode 100644 index 0000000000..de56c71184 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/self-closing-tags.adoc @@ -0,0 +1,6 @@ +Repair of Self-closing HTML Tags +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +The most recent release of JQuery requires valid closing tags for X/HTML elements. +These were repaired within affected OPAC/Staff Client TT2 templates, but care should +be taken in Action/Trigger templates to make sure closing tags are present where +appropriate. The stock template for PO HTML was affected. See https://bugs.launchpad.net/evergreen/+bug/1873286[LP#1873286] for details.