The view of the new post is not under the new title. It is under the old title but a little indented.
1 like
Oh, nice catch. This is because of recent commits I made.
These commits improved the table layout in the history view, which happens to be entirely contained in a table element hence the issue.
I didnāt check if it affected the raw view. Iāll fix this next week unless someone wants to do it before.
It should be fairly easy to fix, as the HTML view has a .revision-content
class container, whereas the raw view doesnāt.
4 likes
Itās fixed
3 likes