• Resolved wp_smith

    (@wp_smith)


    Hello,
    The html-markup of shortcode-generated complianz-documents is not valid.
    It’s wrapped 2 times in the same div, like this:

    <div id="cmplz-document">
       <!--comment-->
       <div id="cmplz-document">
          doc-text here
       </div>
    </div>

    2 divs with same id are not allowed.
    Besides the document looks ugly with 2 scrolled nested divs.
    Please remove this error.
    Meanwhile I will hardcode the plugin.

    Thanks

    • This topic was modified 6 years, 8 months ago by wp_smith. Reason: forgot a bracket at the end of code
    • This topic was modified 6 years, 8 months ago by wp_smith. Reason: added explanation
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘HTML-error in Complianz-document-markup’ is closed to new replies.