Skip to content

Commit e520a2b

Browse files
author
Aaron Carlino
committed
Fix broken callout tags
1 parent cca6d8e commit e520a2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/00_Getting_Started/03_Environment_Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ SilverStripe\Core\Injector\Injector:
6565
```
6666
6767
[info]
68-
<p>Environment variables cannot be used outside of Injector config as of version 4.2.</p>
68+
Environment variables cannot be used outside of Injector config as of version 4.2.
6969
[/info]
7070
7171

docs/en/02_Developer_Guides/01_Templates/03_Requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ When rendered in HTML code, these URLs will be rewritten to their matching path
8282

8383
**<my-module-dir>/templates/SomeTemplate.ss**
8484

85-
```ss
85+
```
8686
<% require css("<my-module-dir>/css/some_file.css") %>
8787
<% require themedCSS("some_themed_file") %>
8888
<% require javascript("<my-module-dir>/javascript/some_file.js") %>

0 commit comments

Comments
 (0)