[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. 4b90a2aa40a34332c509826c00d66f0d63e0f07f

Evergreen Git git at git.evergreen-ils.org
Wed Jul 13 09:41:01 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_10 has been updated
       via  4b90a2aa40a34332c509826c00d66f0d63e0f07f (commit)
      from  fefaf9688e338271e0fc975328b0143a4ef1cdff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4b90a2aa40a34332c509826c00d66f0d63e0f07f
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Wed Jul 13 09:37:11 2016 -0400

    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 <rjs7 at calvin.edu>

diff --git a/docs/admin_initial_setup/designing_your_catalog.txt b/docs/admin_initial_setup/designing_your_catalog.txt
index 4abb10f..8391fe3 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
 -----------------------------------------------

-----------------------------------------------------------------------

Summary of changes:
 .../admin_initial_setup/designing_your_catalog.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list