From 122ad1b20aec82c91fc827638bac7356dfc9cc7b Mon Sep 17 00:00:00 2001
From: Remington Steed <rjs7@calvin.edu>
Date: Wed, 14 Mar 2018 08:54:52 -0400
Subject: [PATCH] Docs: Fix AsciiDoc list formatting

AsciiDoc lists (numbered or bulleted) generally need to be preceded by a
blank line. If not, they will be absorbed into the previous paragraph of
text.  This commit fixes two occurrences of this.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
---
 docs/acquisitions/selection_lists_po.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/acquisitions/selection_lists_po.adoc b/docs/acquisitions/selection_lists_po.adoc
index 3d22b89fd1..b1e5fb01fa 100644
--- a/docs/acquisitions/selection_lists_po.adoc
+++ b/docs/acquisitions/selection_lists_po.adoc
@@ -105,6 +105,7 @@ Purchase Order Names are case sensitive.
 image::media/po_name_detection_1.JPG[PO Name Detection 1]
 
 When a duplicate purchase order name is detected during the creation of a new purchase order, the user may:
+
 * Click *View PO* to view the purchase order with the matching name. The purchase order will open in a new tab.
 * Click *Cancel* to cancel the creation of the new purchase order.
 * Within the _Name (optional)_ field, enter a different, unique name for the new purchase order.
@@ -116,6 +117,7 @@ If the purchase order name is not unique for the ordering agency, the Save butto
 *Duplicate PO Name Detection When Editing the Name of an Existing Purchase Order*
 
 To change the name of an existing purchase order:
+
 . Within the purchase order, the _Name_ of the purchase order is a link (located at the top left-hand side of the purchase order). Click the PO Name.
 . A new window will open, where users can rename the purchase order.
 . Enter the new purchase order name.
-- 
2.11.0