From a63a3a4243dd7df0c9fc5332a27330ea702344a6 Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 15 Jul 2024 18:58:19 +0200 Subject: [PATCH] Fix page title --- ford/templates/namelist_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ford/templates/namelist_page.html b/ford/templates/namelist_page.html index 2cb41bbd..cf9407e5 100644 --- a/ford/templates/namelist_page.html +++ b/ford/templates/namelist_page.html @@ -3,7 +3,7 @@ {% extends "base.html" %} {% block title %} - {{ namelist.name }} %ndash; {{ project }} + {{ namelist.name }} – {{ project }} {% endblock title %} {% block body %}