Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mj-html-attribute has trailing </link></meta> #1942

Closed
crixlet opened this issue Jun 16, 2020 · 1 comment
Closed

mj-html-attribute has trailing </link></meta> #1942

crixlet opened this issue Jun 16, 2020 · 1 comment

Comments

@crixlet
Copy link

crixlet commented Jun 16, 2020

i've added the following to mj-head

  <mj-html-attributes>
      <mj-selector path=".ap-edit-text div">
        <mj-html-attribute name="AP:EDIT">text</mj-html-attribute>
      </mj-selector>
      <mj-selector path=".ap-edit-image td">
        <mj-html-attribute name="AP:EDIT">image</mj-html-attribute>
      </mj-selector>
      <mj-selector path=".ap-edit-btn a">
        <mj-html-attribute name="AP:EDIT">btn</mj-html-attribute>
      </mj-selector>
    </mj-html-attributes>

the output includes trailing meta/link tags, one for each iteration of mj-selector and mj-html-attribute that I have included

</link></meta></meta></meta></head>
@ddssouza
Copy link

Same issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants