From 904b4835ee4982a0c85ed215a551e66c9f810c5e Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Fri, 20 Dec 2024 11:58:33 +0100 Subject: [PATCH] Tippfehler CMIF --- HaWeb/CMIF/model.cs | 2 +- HaWeb/Controllers/XMLStateController.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HaWeb/CMIF/model.cs b/HaWeb/CMIF/model.cs index 0968822..0083d3e 100644 --- a/HaWeb/CMIF/model.cs +++ b/HaWeb/CMIF/model.cs @@ -23,7 +23,7 @@ public class FileDesc { public class TitleStatement { [XmlElement("title")] - public string? Title { get; set; } = "Johann Georg Hammann: Kommentierte Briefausgabe (HKB)"; + public string? Title { get; set; } = "Johann Georg Hamann: Kommentierte Briefausgabe (HKB)"; [XmlElement("editor")] public List? Editor { get; set; } = new List() { new Editor() { diff --git a/HaWeb/Controllers/XMLStateController.cs b/HaWeb/Controllers/XMLStateController.cs index ef9cb91..38a7a6e 100644 --- a/HaWeb/Controllers/XMLStateController.cs +++ b/HaWeb/Controllers/XMLStateController.cs @@ -42,4 +42,4 @@ public class XMLStateController : Controller { Response.StatusCode = 404; return Redirect("/Error404"); } -} \ No newline at end of file +}