Docs: Fix syntax for code block within list
authorRemington Steed <rjs7@calvin.edu>
Wed, 13 Jul 2016 13:37:11 +0000 (09:37 -0400)
committerRemington Steed <rjs7@calvin.edu>
Wed, 13 Jul 2016 13:37:11 +0000 (09:37 -0400)
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 <rjs7@calvin.edu>
docs/admin_initial_setup/designing_your_catalog.txt

index 4abb10f..8391fe3 100644 (file)
@@ -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
 -----------------------------------------------