mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix broken callout tags
This commit is contained in:
parent
cca6d8e1be
commit
e520a2b990
@ -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]
|
||||
|
||||
|
||||
|
@ -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") %>
|
||||
|
Loading…
Reference in New Issue
Block a user