-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fix missing blank space issue #39069
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
Conversation
@@ -1888,11 +1888,11 @@ fn short_stability(item: &clean::Item, cx: &Context, show_reason: bool) -> Vec<S | |||
if stab.unstable_reason.is_empty() { | |||
stability.push(format!("<div class='stab unstable'>\ | |||
<span class=microscope>🔬</span> \ | |||
This is a nightly-only experimental API. {}</div>", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no difference between a regular space and an  
, nbsp just lets you string together two spaces.
53dc1e2
to
b3ad8c5
Compare
Updated. |
b3ad8c5
to
8547268
Compare
@bors r+ |
📌 Commit 8547268 has been approved by |
@bors: r- Some tests are failing, I'll fix them tomorrow. |
8547268
to
b767880
Compare
Fixed. @bors: r=Manishearth |
📌 Commit b767880 has been approved by |
Fix missing blank space issue r? @Manishearth
☀️ Test successful - status-appveyor, status-travis |
r? @Manishearth