mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
BUGFIX: notbefore/notafter case sensitive
This commit is contained in:
@@ -103,8 +103,8 @@ namespace HaDocument.Reactors {
|
||||
Order = res2;
|
||||
|
||||
AdditionalDates = new AdditionalDates(
|
||||
GetDateTime(tag["notBefore"]),
|
||||
GetDateTime(tag["notAfter"]),
|
||||
GetDateTime(tag["notbefore"]),
|
||||
GetDateTime(tag["notafter"]),
|
||||
GetDateTime(tag["from"]),
|
||||
GetDateTime(tag["to"]),
|
||||
tag["cert"]
|
||||
|
||||
Reference in New Issue
Block a user