found broken reference in paragraph-and-section-marks.html.pm
#2
Closed
opened 9 years ago by shen390s
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
correct with following changes
diff --git a/paragraph-and-section-marks.html.pm b/paragraph-and-section-marks.html.pm
index 07d116e..2f58a97 100644
--- a/paragraph-and-section-marks.html.pm
+++ b/paragraph-and-section-marks.html.pm
@@ -8,7 +8,7 @@ The ◊em{paragraph mark} ◊glyph{¶} is used when citing documents with sequen
The ◊em{section mark} ◊glyph{§} is used when citing documents with numbered or lettered sections (e.g., statutes).
-A paragraph mark or section mark should always be followed by a nonbreaking space. The ◊xref{nonbreaking space} acts like glue that keeps the mark joined with the numeric reference that follows.
+A paragraph mark or section mark should always be followed by a nonbreaking space. The ◊xref{nonbreaking spaces} acts like glue that keeps the mark joined with the numeric reference that follows.
Without the nonbreaking space, the mark and the reference can end up on separate lines or pages. This can confuse readers.
Thanks.