You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first three posts on the page have no wrapping div. Also, there's no identifying class name on the post body - ideally, the div would have class=post.
That looks like something from post-processing, i.e. not the actual source of the page (devtools?)
Part of the problem is that the code was changed at one point to move from "enclose entire thread in one table" to "each post is its own table" (to prevent posts from "table breaking" if they had too wide of an image or something).
Seen on: https://jul.rustedlogic.net/thread.php?id=18227&page=3
The first three posts on the page have no wrapping
div
. Also, there's no identifying class name on the post body - ideally, thediv
would haveclass=post
.The text was updated successfully, but these errors were encountered: