Removed what could be a misleading 'RFC' from the stream indication in document search results.
- Legacy-Id: 15043
This commit is contained in:
parent
53ba5868a1
commit
760a14ba73
|
@ -34,7 +34,7 @@
|
|||
{% if doc|state:"stream" %}
|
||||
{{ doc|state:"stream" }}{% if doc.intended_std_level %}:<wbr>{% endif %}
|
||||
{% else %}
|
||||
{{ doc.stream }} RFC stream{% if doc.intended_std_level %}:<wbr>{% endif %}
|
||||
{{ doc.stream }} stream{% if doc.intended_std_level %}:<wbr>{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue