From df8ada1a2f9a57f6028bb4bbc4771d1d6d5d582e Mon Sep 17 00:00:00 2001 From: Remington Steed <rjs7@calvin.edu> Date: Wed, 7 Mar 2018 14:21:51 -0500 Subject: [PATCH] Docs: Fix '&' DocBook conversion error Using the AsciiDoc named character reference {amp} seems to have converted to a plain '&' too early, causing the DocBook XML validation to fail. Let's try a numerical reference: & Signed-off-by: Remington Steed <rjs7@calvin.edu> --- docs/cataloging/monograph_parts.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cataloging/monograph_parts.adoc b/docs/cataloging/monograph_parts.adoc index 50f300b4ad..c8f9746508 100644 --- a/docs/cataloging/monograph_parts.adoc +++ b/docs/cataloging/monograph_parts.adoc @@ -66,11 +66,11 @@ image::media/monograph_parts5.jpg[monograph_parts5] . Review your completed copies on the "Completed Copies" tab. -. When all copies have been stored and reviewed, click "Save {amp} +. When all copies have been stored and reviewed, click "Save & Exit". + NOTE: If you are only making one set of changes, you can simply click -*Save {amp} Exit* and skip the *Store Selected* stage. +*Save & Exit* and skip the *Store Selected* stage. . The *Holdings View* tab now shows the new part information. These fields also appear in the OPAC View. -- 2.11.0