about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorlolo.branstett@numericable.fr <Loïc BRANSTETT>2022-01-13 20:05:44 +0100
committerLoïc BRANSTETT <lolo.branstett@numericable.fr>2022-01-13 20:48:43 +0100
commitd5871d09f1a4643ca2f1d02ea5f147a412ead1f5 (patch)
tree4ab4c60687937022637c6ddf56c6c7dbcac68d4f /src
parent256721ee519f6ff15dc5c1cfaf3ebf9af75efa4a (diff)
downloadrust-d5871d09f1a4643ca2f1d02ea5f147a412ead1f5.tar.gz
rust-d5871d09f1a4643ca2f1d02ea5f147a412ead1f5.zip
Fix and improve missing dot in the item heading
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/templates/print_item.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/librustdoc/templates/print_item.html b/src/librustdoc/templates/print_item.html
index c98c6db424a..459b01a9960 100644
--- a/src/librustdoc/templates/print_item.html
+++ b/src/librustdoc/templates/print_item.html
@@ -16,12 +16,12 @@
     </h1> {#- -#}
     <span class="out-of-band"> {#- -#}
         {% if !stability_since_raw.is_empty() %}
-        {{- stability_since_raw|safe -}} ·
+        {{- stability_since_raw|safe -}} · {# -#}
         {% endif %}
         {%- match src_href -%}
             {%- when Some with (href) -%}
-                <a class="srclink" href="{{href|safe}}" title="goto source code">source</a>
-            {%- else -%} ·
+                <a class="srclink" href="{{href|safe}}" title="goto source code">source</a> · {# -#}
+            {%- else -%}
         {%- endmatch -%}
         <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> {#- -#}
             [<span class="inner">&#x2212;</span>] {#- -#}