docs(error/tplrt): add missing ' in example code
Missing a ' @ line 46 class='wrapper' Closes #14258
This commit is contained in:
committed by
Martin Staffa
parent
25bac4e520
commit
038eabe8db
@@ -43,7 +43,7 @@ well. Consider the following template:
|
||||
|
||||
```
|
||||
<div class='container'>
|
||||
<div class='wrapper>
|
||||
<div class='wrapper'>
|
||||
...
|
||||
</div> <!-- wrapper -->
|
||||
</div> <!-- container -->
|
||||
|
||||
Reference in New Issue
Block a user