kodeshare/src/main/kotlin/moe/kageru/kodeshare/pages
kageru 726a25bed7
Fix indentation in meta content tag
Most preview applications render this as html,
which will strip repeated spaces.
By instead emitting  , we can retain the indentation.

Groups of two spaces are replaced with two nbsp because single spaces
(i.e. gaps between words) should still be breaking.
2020-05-27 14:27:31 +02:00
..
AboutPage.kt Fix stylesheet order (because that seems to matter) 2020-03-12 11:14:36 +01:00
Css.kt fix static font paths 2020-05-03 20:18:13 +02:00
Homepage.kt More embed stuff 2020-03-12 10:57:28 +01:00
PastePage.kt Fix indentation in meta content tag 2020-05-27 14:27:31 +02:00