From fa3fdc263b0cf72381f9d3e5e17b5ae701a60f08 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sun, 15 Sep 2024 12:49:17 +0200 Subject: [PATCH] prepare talk redirects for namespaces (Talk/) --- src/main/resources/templates/HistoryResource/history.html | 2 +- src/main/resources/templates/PageResource/page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/HistoryResource/history.html b/src/main/resources/templates/HistoryResource/history.html index 2e2db63..38c36b1 100644 --- a/src/main/resources/templates/HistoryResource/history.html +++ b/src/main/resources/templates/HistoryResource/history.html @@ -22,7 +22,7 @@ {/include} \ No newline at end of file diff --git a/src/main/resources/templates/PageResource/page.html b/src/main/resources/templates/PageResource/page.html index f63ba12..cf3ca9b 100644 --- a/src/main/resources/templates/PageResource/page.html +++ b/src/main/resources/templates/PageResource/page.html @@ -24,5 +24,5 @@

Modified {revision.timestamp.toString()} | Full history | Edit - {#if !page.title.startsWith("Talk:")} | Talk{/if} + {#if !page.title.startsWith("Talk/")} | Talk{/if} {/include} \ No newline at end of file