From e67096cc185b33c3ff671f4a56bf3e2a4ec1dcbc Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Sat, 24 Oct 2020 15:04:56 -0500 Subject: [PATCH] Move HR out of planet sexp. --- org-webring.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-webring.el b/org-webring.el index 96fd0a7..a627d98 100644 --- a/org-webring.el +++ b/org-webring.el @@ -562,8 +562,8 @@ The POST will be skipped ,org-webring-attribution-name) ,@(when org-webring-display-version (list (print (concat " — v" - org-webring-version)))))) - (hr)) + org-webring-version))))))) + (hr) (div :class "row" ,(let* ((org-webring-items-per-source 1) (syndicate-items -- 2.45.2