docs(error/tplrt): add missing ' in example code

Missing a ' @ line 46 class='wrapper'

Closes #14258
This commit is contained in:
Huc Arnaud
2016-03-17 17:02:31 +01:00
committed by Martin Staffa
parent 25bac4e520
commit 038eabe8db
+1 -1
View File
@@ -43,7 +43,7 @@ well. Consider the following template:
```
<div class='container'>
<div class='wrapper>
<div class='wrapper'>
...
</div> <!-- wrapper -->
</div> <!-- container -->