mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
commit
391c2c9827
@ -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
|
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 site’s images and css files.
|
to locate your site’s images and css files.
|
||||||
|
|
||||||
It renders in the template as `<base href="http://www.yoursite.com" /><!--[if lte IE 6]></base><![endif]-->`
|
It renders in the template as `<base href="http://www.yoursite.com" /><!--[if lte IE 6]></base><![endif]-->`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user