fix_quotes

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "fix_quotes".
... in email.naml
190
191
192
193
194
<macro name="fix_quotes" dot_parameter="text">
    <n.regex_replace_all. pattern="[n.lt/]blockquote" replacement="[n.lt/]blockquote style='border-left:2px solid #CCCCCC;padding:0 1em'">
        <n.text/>
    </n.regex_replace_all.>
</macro>