source_row

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
tag 'mailing_list_etiquette' is not an allowed here, only these are allowed: [bottom, page_name, focus]
  in new_post(custom_tweak:reply:2) - <n.new_post>
  in (custom_tweak:reply:1) - <override_macro name="reply" requires="servlet">
   Usages of this macro
... in macro_viewer.naml
968
969
970
971
972
973
974
975
<macro name="source_row" requires="macro_source">
    <tr>
        <td class="line-number weak-color medium-border-color shaded-bg-color" style="font-size:75%;padding-bottom:.4em">...</td>
        <td class="line-contents weak-color" style="font-size:75%;padding-bottom:.4em">
            in <a href="[n.source_path
Binary
Namespace: MacroSourceNamespace
/]"><n.clean_source_name
Macro
Parameters: source
.source
Binary
Namespace: MacroSourceNamespace
/></a>
        </td>
    </tr>
</macro>