1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

make sample node info consistent <code>

This commit is contained in:
Dave Conway-Jones 2016-02-22 17:46:14 +00:00
parent b3be8b30e7
commit afbaf1cfe0

View File

@ -52,8 +52,8 @@
<!-- node in the palette. --> <!-- node in the palette. -->
<p>Simple sample input node. Just sends a single message when it starts up. <p>Simple sample input node. Just sends a single message when it starts up.
This is not very useful.</p> This is not very useful.</p>
<p>Outputs an object called <b>msg</b> containing <b>msg.topic</b> and <p>Outputs an object called <code>msg</code> containing <code>msg.topic</code> and
<b>msg.payload</b>. msg.payload is a String.</p> <code>msg.payload</code>. msg.payload is a String.</p>
</script> </script>
<!-- Finally, the node type is registered along with all of its properties --> <!-- Finally, the node type is registered along with all of its properties -->