Mark unlisted posts

There was a bug where unlisted posts would not have a marker next to
them to show they are unlisted.
This commit is contained in:
Robin Malley 2021-10-11 01:01:18 +00:00
parent 069c75b72e
commit 68561443a5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<tr><td> <tr><td>
<% if unlisted then %> <% if story.unlisted then %>
&#9940; &#9940;
<% end %> <% end %>
</td><td> </td><td>