docs(aio): fix missing anchor-open in i18n documentation (#18476)

The Internationalisation documentation, "Translate text nodes" section, has an incomplete
markdown anchor, and leaks markdown into the page. Fix the anchor by adding the opening bracket.
This commit is contained in:
David Brooks 2017-08-02 23:56:01 +01:00 committed by Victor Berchet
parent 99017bf3ff
commit 3923c30df0
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ This XML element represents the translation of the `<h1>` greeting tag you marke
<div class="l-sub-section">
Note that the translation unit `id=introductionHeader` is derived from the _custom_ `id`](#custom-id "Set a custom id") that you set earlier, but **without the `@@` prefix** required in the source HTML.
Note that the translation unit `id=introductionHeader` is derived from the [_custom_ `id`](#custom-id "Set a custom id") that you set earlier, but **without the `@@` prefix** required in the source HTML.
</div>