Replaced use of fromBase64() with decode('base64')
This commit is contained in:
parent
64ea0c0bbb
commit
a37abbda58
@ -291,7 +291,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<table>
|
<table>
|
||||||
<tr><th><b>Content: </b> {{c.contentType}}</th></tr>
|
<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>
|
</table>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user