From 9ddaabc60b7a2c0997edea931008fcaf5286124f Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 27 Jun 2024 22:50:27 +0200 Subject: [PATCH] Fix typo in changelog --- CHANGELOG.md | 2 +- docs/source/Coding/Changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8c305a7f..2687383269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,7 +50,7 @@ June 27, 2024 template properly (InspectorCaracal) - [Fix][pull3545]: Fix fallback issue in cmdhandler for local-object cmdsets (InspectorCaracal) - [Fix][pull3554]: Fix/readd custom `ic` command to the `character_creator` contrib (InspectorCaracal) -- [Fix][pull3466]: Make sure the `website/base.html` website base is targeted +- [Fix][pull3566]: Make sure the `website/base.html` website base is targeted explicitly so it doesn't get overridden by same file name elsewhere in app (InspectorCaracal) - [fix][issue3387]: Update all game template doc strings to be more up-to-date (Griatch) diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index 6f8c305a7f..2687383269 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -50,7 +50,7 @@ June 27, 2024 template properly (InspectorCaracal) - [Fix][pull3545]: Fix fallback issue in cmdhandler for local-object cmdsets (InspectorCaracal) - [Fix][pull3554]: Fix/readd custom `ic` command to the `character_creator` contrib (InspectorCaracal) -- [Fix][pull3466]: Make sure the `website/base.html` website base is targeted +- [Fix][pull3566]: Make sure the `website/base.html` website base is targeted explicitly so it doesn't get overridden by same file name elsewhere in app (InspectorCaracal) - [fix][issue3387]: Update all game template doc strings to be more up-to-date (Griatch)