From cda4990f87a7e82c9a043ff20a5aa6b14880d0c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Caux?= <git@jscaux.org> Date: Tue, 24 Jan 2023 17:58:46 +0100 Subject: [PATCH] Correct dangling italics --- scipost_django/submissions/templates/submissions/pool/pool.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost_django/submissions/templates/submissions/pool/pool.html b/scipost_django/submissions/templates/submissions/pool/pool.html index d2e957a13..7f976a484 100644 --- a/scipost_django/submissions/templates/submissions/pool/pool.html +++ b/scipost_django/submissions/templates/submissions/pool/pool.html @@ -133,7 +133,7 @@ </div> <div class="row"> <div class="col"> - <em>The list should update automatically. Feels stuck? <a id="refresh-button" class="m-2 btn btn-primary">{% include "bi/arrow-clockwise.html" %} Refresh</a> + <em>The list should update automatically. Feels stuck?</em> <a id="refresh-button" class="m-2 btn btn-primary">{% include "bi/arrow-clockwise.html" %} Refresh</a> </div> <div class="col"> <div id="indicator-search" class="htmx-indicator p-2"> -- GitLab