We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca73e1d commit e4d438eCopy full SHA for e4d438e
fj-doc-freemarker/src/test/resources/fj_doc_test/template/test_01.ftl
@@ -61,7 +61,7 @@
61
62
<para style="bold">italic ${sumLong(10, 20)}</para>
63
64
- <para style="bold">italic ${sumLong('VEVTVA==')}</para>
+ <para style="bold">base64ToString ${base64ToString('VEVTVA==')}</para>
65
66
<image url="png" base64="${imageBase64CLFun()}" scaling="25"/>
67
0 commit comments