Fix wrong code
This commit is contained in:
+2
-1
@@ -206,12 +206,13 @@ tinymce.init({
|
||||
username: "Jack Black",
|
||||
staffid: "991234"
|
||||
}
|
||||
});
|
||||
```
|
||||
|
||||
This can then be used in a template or snippet that looks like this:
|
||||
|
||||
```html
|
||||
<p>Name: {$name}, StaffID: {$staffid}</p>
|
||||
<p>Name: {$username}, StaffID: {$staffid}</p>
|
||||
```
|
||||
|
||||
And that will be changed to:
|
||||
|
||||
Reference in New Issue
Block a user