update parser and time nodes info style

This commit is contained in:
Dave Conway-Jones
2016-03-02 13:27:48 +00:00
parent 86049c20cb
commit 1ee031cad7
16 changed files with 33 additions and 33 deletions

View File

@@ -22,7 +22,7 @@
</script>
<script type="text/x-red" data-help-name="base64">
<p>A function that converts the <b>msg.payload</b> to and from base64 format.</p>
<p>A function that converts the <code>msg.payload</code> to and from base64 format.</p>
<p>If the input is a buffer it converts it to a Base64 encoded string.</p>
<p>If the input is a Base64 string it converts it back to a binary buffer.</p>
</script>