mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 09:45:32 +00:00
test
This commit is contained in:
@@ -78,11 +78,10 @@ namespace HaDocument.Reactors
|
||||
{
|
||||
_page = tag["index"];
|
||||
if (!CreatedStructure[Index].ContainsKey(_page))
|
||||
{
|
||||
CreatedStructure[Index].Add(_page, new HashSet<string>());
|
||||
}
|
||||
}
|
||||
else if (
|
||||
_active &&
|
||||
!tag.EndTag &&
|
||||
!tag.IsEmpty &&
|
||||
tag.Name == "hand" &&
|
||||
@@ -94,14 +93,13 @@ namespace HaDocument.Reactors
|
||||
_handstartpg = _page;
|
||||
}
|
||||
else if (
|
||||
_active &&
|
||||
tag.EndTag &&
|
||||
tag.Name == "hand"
|
||||
)
|
||||
{
|
||||
if (_hands == null)
|
||||
{
|
||||
_hands = new List<Hand>();
|
||||
}
|
||||
_hands.Add(new Hand(Index, _person, _handstartpg, _handstartln, _page, _line));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user