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
