mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix invalid JSON data in template node (#2322)
This commit is contained in:
committed by
Dave Conway-Jones
parent
a1e10e99fa
commit
ff4d58f648
@@ -36,7 +36,7 @@
|
||||
<pre>Hello {{payload.name}}. Today is {{date}}</pre>
|
||||
<p>receives a message containing:
|
||||
<pre>{
|
||||
date: "Monday"
|
||||
date: "Monday",
|
||||
payload: {
|
||||
name: "Fred"
|
||||
}
|
||||
|
Reference in New Issue
Block a user