-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Switch item-info from div to span #95738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch item-info from div to span #95738
Conversation
Some changes occurred in HTML/CSS/JS. |
I'm fine either way. I don't really care about whether our HTML is "valid" or not, as long as spec-compliant HTML5 parsers can read it. However, if y'all want valid HTML, I won't do anything to stop you. Just please get HTML Tidy to run in the CI environment so that we stop accidentally regressing. |
That'd be nice, indeed... |
@bors r+ rollup |
📌 Commit 56d0f94 has been approved by |
Rollup of 5 pull requests Successful merges: - rust-lang#95185 (Stabilize Stdin::lines.) - rust-lang#95626 (Don't cast thread name to an integer for prctl) - rust-lang#95709 (Improve terse test output.) - rust-lang#95735 (Revert "Mark Location::caller() as #[inline]") - rust-lang#95738 (Switch item-info from div to span) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Following discussion in #95684.
cc @jsha
r? @notriddle