Vorbereitung Webseitenstruktur HKB & HKW. Ordnerstruktur unt unrterschiedliche Layouts angelegt. Alle Views werden manuell in den Controllern angegeben.

This commit is contained in:
schnulller
2022-07-15 14:08:04 +02:00
parent fbd5a94ca1
commit 410d67ca08
30 changed files with 193774 additions and 298 deletions

View File

@@ -22,6 +22,7 @@ public static class StringHelpers {
bool skipped = false;
foreach (char c in input) {
// TODO: punctuation
if (char.IsWhiteSpace(c)) {
if (!skipped) {
output.Append(normalizeTo);