Skip to content

Commit b8160a0

Browse files
authored
Update standards.html
It might be a typo and makes the our translate to Chinese languange process failing when parsing the html contents. ``` upstream/_includes/standards.html:64: (po4a::xml) Unexpected closing tag </b> found. The main document may be wrong. ```
1 parent ca2f3ba commit b8160a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/standards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h3>Quarkus implements the following Specifications:</h3>
6161
</div>
6262
<div class="width-9-12 width-12-12-m">
6363
<a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.18.0/specification/trace">OpenTelemetry Trace 1.18</a>
64-
<br></b><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.18.0/specification/context">OpenTelemetry Context 1.18</a>
64+
<br><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.18.0/specification/context">OpenTelemetry Context 1.18</a>
6565
<br><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.18.0/specification/baggage">OpenTelemetry Baggage 1.18</a>
6666
<br><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.18.0/specification/resource">OpenTelemetry Resource 1.18</a>
6767
</div>

0 commit comments

Comments
 (0)