mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
- Commentboxes work (marginals) + mouseover
- Basic Briefe Controller - Generic XML reader
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace HaWeb.HTMLHelpers;
|
||||
public static class StringHelpers {
|
||||
public static string GetEnumerationString(List<string> strlist)
|
||||
public static string GetEnumerationString(IEnumerable<string> strlist)
|
||||
{
|
||||
var res = "";
|
||||
foreach (var str in strlist)
|
||||
|
||||
Reference in New Issue
Block a user