From 631d2c72034c3c2c6c531b320905007a99b3cd9f Mon Sep 17 00:00:00 2001
From: Remington Steed <rjs7@calvin.edu>
Date: Wed, 7 Mar 2018 15:03:12 -0500
Subject: [PATCH] Docs: Use raw ampersand '&' to fix conversion error

The AsciiDoc to DocBook conversion process seems handle raw ampersands
just fine, but sometimes chokes on the special entity forms like {amp}
or &#38; . No more fancy talk. Just simple '&'.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
---
 docs/cataloging/monograph_parts.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/cataloging/monograph_parts.adoc b/docs/cataloging/monograph_parts.adoc
index c8f9746508..4bb4bb2591 100644
--- a/docs/cataloging/monograph_parts.adoc
+++ b/docs/cataloging/monograph_parts.adoc
@@ -66,11 +66,10 @@ 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 &#38;
-Exit".
+. 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 &#38; 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