Thanks to visit codestin.com
Credit goes to github.com

Skip to content

n:macros not available in <script type="text/html"> #71

Description

@xpavp03
<script type="text/html">
<a n:href="Page: param">fails with n:macro</a>
<a href="{plink Page: param}">works with plink</a>
</script>

will be rendered as

<script type="text/html">
<a n:href="Page: param">fails with n:macro</a>
<a href="/param">works with plink</a>
</script>

I didn't test all n:macros, only n:href and n:class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions