Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-23 | Remove trailing slash on void elements | Thomas Lange | 1 | -2/+2 | |
The trailing slash on void elements (self-closing tags) doesn't have any effect, isn't required by HTML5 and it is recommended to not use it. | |||||
2019-10-29 | Remove PHP closing tags and add LF to text files | Thomas Lange | 1 | -1/+1 | |
Remove the unnecessary PHP closing tags and ensure that *all* text files ending with a LF character. | |||||
2019-04-26 | Rename "template" directory to "theme" | Thomas Lange | 1 | -0/+34 | |
This commit renames the "template" directory to "theme" because "theme" is the more correct term here. |