Fix broken callout tags

This commit is contained in:
Aaron Carlino 2019-11-19 13:53:43 +13:00
parent cca6d8e1be
commit e520a2b990
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ SilverStripe\Core\Injector\Injector:
```
[info]
<p>Environment variables cannot be used outside of Injector config as of version 4.2.</p>
Environment variables cannot be used outside of Injector config as of version 4.2.
[/info]

View File

@ -82,7 +82,7 @@ When rendered in HTML code, these URLs will be rewritten to their matching path
**<my-module-dir>/templates/SomeTemplate.ss**
```ss
```
<% require css("<my-module-dir>/css/some_file.css") %>
<% require themedCSS("some_themed_file") %>
<% require javascript("<my-module-dir>/javascript/some_file.js") %>