From cf50aa71b57a8d2643416971b581f453a5a27614 Mon Sep 17 00:00:00 2001 From: Ed Wilde Date: Thu, 11 Feb 2021 12:18:36 +1300 Subject: [PATCH] DOC: fix missing closing backtick for code display, add required alt attribute Otherwise the code is output as html, and displays as a missing image. The alt attribute is required for image tags, whereas self closing is no longer required for html5. --- docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md b/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md index 4de467e8e..fb12cdef2 100644 --- a/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md +++ b/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md @@ -41,7 +41,7 @@ functionality may not be included. ``` The `<% base_tag %>` placeholder is replaced with the HTML base element. Relative links within a document (such as `) will become relative to the URI specified in the base tag. This ensures the browser knows where +src="someimage.jpg" alt="">`) will become relative to the URI specified in the base tag. This ensures the browser knows where to locate your site’s images and css files. It renders in the template as ``