about summary refs log tree commit diff
diff options
context:
space:
mode:
-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>] {#- -#}