Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • apload-gmbh 37 posts 107 karma points
    Mar 17, 2021 @ 13:18
    apload-gmbh
    0

    Partial View Macro adds <ins> tag

    If we insert a macro in the richtext editor then it includes in the html code, in backend and the published page:

    <div class="umb-macro-holder Firmeninformationen umb-macro-mce_1 mceNonEditable"><!-- <?UMBRACO_MACRO macroAlias="Firmeninformationen" /> --><ins>Lorem ipsum dolor</ins></div>
    

    Our issue is mainly the rendered html, where the tag is unwanted and breaks the design. Sure it could be styled by CSS, but this would be a work-around. Also the div tag with the class umb-macro-holder and the comment afterwards are just annoying overhead.

    Is this a bug or is this normal?

  • Huw Reddick 1757 posts 6123 karma points MVP c-trib
    Mar 17, 2021 @ 14:16
    Huw Reddick
    0

    Yes this is normal

Please Sign in or register to post replies

Write your reply to:

Draft