LP#1315531 Fix README asciidoc syntax
authorBen Shum <bshum@biblio.org>
Thu, 10 Jul 2014 17:51:50 +0000 (13:51 -0400)
committerBen Shum <bshum@biblio.org>
Thu, 10 Jul 2014 18:27:42 +0000 (14:27 -0400)
Noticed when generating the asciidoc output to HTML there was an error in the
README file. This adds the proper syntax around the text blocks.

Signed-off-by: Ben Shum <bshum@biblio.org>
docs/installation/server_installation.txt

index b8f9943..d0f8b82 100644 (file)
@@ -312,6 +312,7 @@ a2enmod mpm_prefork
 a2dissite default  # OPTIONAL: disable the default site (the "It Works" page)
 a2ensite eg.conf
 ------------------------------------------------------------------------------
++
 (Ubuntu Trusty):
 +
 [source,bash]
@@ -319,7 +320,7 @@ a2ensite eg.conf
 a2dissite 000-default  # OPTIONAL: disable the default site (the "It Works" page)
 a2ensite eg.conf
 ------------------------------------------------------------------------------
-
++
 8. (Ubuntu): As the *root* Linux account, enable Apache to write
    to the lock directory; this is currently necessary because Apache
    is running as the `opensrf` user: