mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Person Pages
This commit is contained in:
@@ -15,11 +15,7 @@ public class BriefeMetaViewModel {
|
||||
get => _SenderReceiver;
|
||||
set {
|
||||
if (value != null)
|
||||
value.ForEach(x => {
|
||||
HttpUtility.HtmlEncode(x.Sender);
|
||||
HttpUtility.HtmlEncode(x.Receiver);
|
||||
});
|
||||
_SenderReceiver = value;
|
||||
_SenderReceiver = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user