summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--nroam.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nroam.el b/nroam.el
index 9ec003a..ff2b992 100644
--- a/nroam.el
+++ b/nroam.el
@@ -209,7 +209,7 @@ Make the region inserted by BODY read-only, and marked with
(defun nroam--insert-backlinks-heading (count)
"Insert the heading for the backlinks section with a COUNT."
(insert (if (= count 0)
- "* No linked reference"
+ "* No linked reference\n"
(format "* %s %s\n"
count
(nroam--pluralize count "linked reference")))))