diff --git a/src/views/share/page.ejs b/src/views/share/page.ejs index a9dde1f83..b7506b853 100644 --- a/src/views/share/page.ejs +++ b/src/views/share/page.ejs @@ -40,10 +40,7 @@
This note was originally clipped from "><%= note.getLabelValue("pageUrl") %>
<% } %> - <% if (note.type === 'book') { %> - <% } else if (isEmpty) { %> -

This note has no content.

- <% } else { %> + <% if (!isEmpty) { %>
<%- content %>
@@ -52,20 +49,21 @@ <% if (note.hasChildren()) { %> + <% } else if (isEmpty) { %> +

This note has no content.

<% } %>