[open-ils-commits] [GIT] Evergreen ILS branch rel_2_11 updated. bdc3e6fc28d2c1ebf1877c791b1903cc70346a8e
Evergreen Git
git at git.evergreen-ils.org
Thu May 25 15:06:03 EDT 2017
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_11 has been updated
via bdc3e6fc28d2c1ebf1877c791b1903cc70346a8e (commit)
from cee28fe1dadfd4c85799408cad9cd8f572f1a571 (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 bdc3e6fc28d2c1ebf1877c791b1903cc70346a8e
Author: Remington Steed <rjs7 at calvin.edu>
Date: Thu May 25 14:32:57 2017 -0400
Docs: Fix buggy AsciiDoc rendering of backticks
Apparently, AsciiDoc matches backticks (`) with single quotes (') as a
valid quote pair, and this happens before matching a pair of backticks.
So in cases where a pair of backticks is followed by only one single
quote (not within a word), the first backtick is treated as a single
quote, thus breaking the backtick pair and not applying the intended
monospace formatting.
This commit fixes two such cases by escaping the backticks. This doesn't
prevent the same problem in the future, but I haven't found any way to
change this parsing behavior.
Signed-off-by: Remington Steed <rjs7 at calvin.edu>
diff --git a/docs/opac/new_skin_customizations.adoc b/docs/opac/new_skin_customizations.adoc
index 68c2c0d..ad058c4 100644
--- a/docs/opac/new_skin_customizations.adoc
+++ b/docs/opac/new_skin_customizations.adoc
@@ -74,7 +74,7 @@ NOTE: All paths are relative to `/openils/var/templates/opac`
images with text on them (which is not an acceptable practice for
accessibility reasons), and promises of answers to frequently asked questions
that might not exist at your site.
-* `parts/login/password_hint.tt2`: contains a hint about your users' password
+* \`parts/login/password_hint.tt2\`: contains a hint about your users' password
on first login that is misleading if your library does not set the initial
password for an account to the last four digits of the phone number associated
with the account.
@@ -92,7 +92,7 @@ NOTE: All paths are relative to `/openils/var/templates/opac`
NOT_STRONG text that appears when the user tries to set a password that
does not match the required format. Ideally, this message will tell the user
how they should format the password.
-* `parts/css/fonts.tt2`: defines the font sizes for the TPAC in terms of one
+* \`parts/css/fonts.tt2\`: defines the font sizes for the TPAC in terms of one
base font size, and all other sizes derived from that in percentages. The
default is 12 pixels, but http://goo.gl/WfNkE[some design sites] strongly
suggest a base font size of 16 pixels. Perhaps you want to try '1em' as a
-----------------------------------------------------------------------
Summary of changes:
docs/opac/new_skin_customizations.adoc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list