Replaced use of fromBase64() with decode('base64')

This commit is contained in:
Bryn Rhodes 2020-06-08 17:41:26 -06:00
parent 64ea0c0bbb
commit a37abbda58

View File

@ -291,7 +291,7 @@
<tr>
<table>
<tr><th><b>Content: </b> {{c.contentType}}</th></tr>
<tr><pre><code>{{c.data.fromBase64().escape('html')}}</code></pre></tr>
<tr><pre><code>{{c.data.decode('base64').escape('html')}}</code></pre></tr>
</table>
</tr>
{% endif %}