mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 09:45:32 +00:00
- Commentboxes work (marginals) + mouseover
- Basic Briefe Controller - Generic XML reader
This commit is contained in:
@@ -29,7 +29,7 @@ public class XMLHelper
|
||||
bool deleteTrailingWS = false
|
||||
)
|
||||
{
|
||||
if (input == null || target == null) throw new ArgumentNullException();
|
||||
if (input == null || target == null ) throw new ArgumentNullException();
|
||||
|
||||
_in = input;
|
||||
_target = target;
|
||||
|
||||
Reference in New Issue
Block a user