From c0fc32b5f812eb72be4e523470be9b887f9364f5 Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Wed, 13 Jul 2016 09:37:11 -0400 Subject: [PATCH] Docs: Fix syntax for code block within list This commit fixes two small AsciiDoc syntax problems that prevented a line of code from displaying properly. First, it changes the code block lines from three dashes to four dashes. Second, it adds a plus sign on the preceding line, to connect the code block to the previous list item. Signed-off-by: Remington Steed --- docs/admin_initial_setup/designing_your_catalog.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/admin_initial_setup/designing_your_catalog.txt b/docs/admin_initial_setup/designing_your_catalog.txt index 4abb10f873..8391fe3dd6 100644 --- a/docs/admin_initial_setup/designing_your_catalog.txt +++ b/docs/admin_initial_setup/designing_your_catalog.txt @@ -354,10 +354,10 @@ be set to your consortium. where *Our Library's Field* is the name you'd like to be displayed next to your field, and *facet_group_code* is the code you've added using the staff client. - ---- ++ +---- {adv_label => l("Our Library's Field"), adv_filter => "facet_group_code"}, ---- +---- Changing the display of facets and facet groups ----------------------------------------------- -- 2.11.0