aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xblogthon.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/blogthon.cgi b/blogthon.cgi
index 786db74..f46c311 100755
--- a/blogthon.cgi
+++ b/blogthon.cgi
@@ -623,7 +623,7 @@ else:
if month_display == date_to_compare or not month_display:
if post_display == title.replace(" ", "-") or not post_display:
- if allentries_display == "1" or entry_counter < entries_per_page:
+ if allentries_display == "1" or entry_counter < entries_per_page or tag_display != "":
if utf8:
content = open(entry, "r", encoding="utf8")
else: