From 3a82af3bde528b28c0a410a87038acd4e3dab166 Mon Sep 17 00:00:00 2001 From: David Brooks Date: Wed, 2 Aug 2017 23:56:01 +0100 Subject: [PATCH] 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. --- aio/content/guide/i18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/i18n.md b/aio/content/guide/i18n.md index 1541d83f33..19da44d005 100644 --- a/aio/content/guide/i18n.md +++ b/aio/content/guide/i18n.md @@ -408,7 +408,7 @@ This XML element represents the translation of the `

` greeting tag you marke
-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.