Merge pull request #9850 from edwilde/patch-4

DOC: fix missing closing backtick for code display, add required alt attribute
This commit is contained in:
Bryn Whyman 2021-02-12 11:28:39 +13:00 committed by GitHub
commit 391c2c9827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 `<img
src="someimage.jpg" />) 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 sites images and css files.
It renders in the template as `<base href="http://www.yoursite.com" /><!--[if lte IE 6]></base><![endif]-->`