diff options
| author | lolo.branstett@numericable.fr <Loïc BRANSTETT> | 2022-01-13 20:05:44 +0100 |
|---|---|---|
| committer | Loïc BRANSTETT <lolo.branstett@numericable.fr> | 2022-01-13 20:48:43 +0100 |
| commit | d5871d09f1a4643ca2f1d02ea5f147a412ead1f5 (patch) | |
| tree | 4ab4c60687937022637c6ddf56c6c7dbcac68d4f /src | |
| parent | 256721ee519f6ff15dc5c1cfaf3ebf9af75efa4a (diff) | |
| download | rust-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.html | 6 |
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">−</span>] {#- -#} |
