mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Tippfehler CMIF
This commit is contained in:
@@ -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>? Editor { get; set; } = new List<Editor>() {
|
||||
new Editor() {
|
||||
|
||||
Reference in New Issue
Block a user