Commit Graph

53 Commits (7456573541c0c01314690e4a40bc4b5ec6faf79e)

Author SHA1 Message Date
Tristan Storch 69e332f432 Removed trailing white spaces
Removed trailing whitespaces with

```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```

and some handwork.
11 years ago
Unknwon d2aff9a46a Continue working on new admin pages 11 years ago
Unknown 9924e65ca1 In progress of name template name constant 11 years ago