From 4ae248e24270cba73678c6d97847e9a6502219db Mon Sep 17 00:00:00 2001 From: eric Date: Tue, 9 May 2023 16:23:56 -0400 Subject: [PATCH] may a space is needed? --- doab_check/templates/probpubs.html | 2 +- doab_check/templates/publishers.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doab_check/templates/probpubs.html b/doab_check/templates/probpubs.html index 5f13ba4..8fb3dd4 100644 --- a/doab_check/templates/probpubs.html +++ b/doab_check/templates/probpubs.html @@ -15,7 +15,7 @@ DOAB Link Checking Problems by Publisher {% for pub, numbad in pubs %} - {{ pub | default:'*** no publisher name ***' }} + {{ pub | default: '*** no publisher name ***' }} {{ numbad }} {% endfor %} diff --git a/doab_check/templates/publishers.html b/doab_check/templates/publishers.html index eaf5925..0e33d83 100644 --- a/doab_check/templates/publishers.html +++ b/doab_check/templates/publishers.html @@ -8,7 +8,7 @@ DOAB Linkchecking by Publisher