Fix and improve missing dot in the item heading
This commit is contained in:
parent
256721ee51
commit
d5871d09f1
1 changed files with 3 additions and 3 deletions
|
@ -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>] {#- -#}
|
||||
|
|
Loading…
Reference in a new issue