fix_signature

NAML documentation   Watch a video
   Usages of this macro
... in email.naml
196
197
198
199
200
<macro name="fix_signature" dot_parameter="text">
    <n.regex_replace_all
Binary
Namespace: BasicNamespace
Parameters: pattern, text, replacement
. pattern='div class="signature weak-color"' replacement='div class="signature" style="margin-top:1em;color:#666666;font-size:11px;"'>
        <n.text/>
    </n.regex_replace_all.>
</macro>