[response] causes invalid HTML
-
Since version 3.7 [response] causes invalid HTML:
<div class="ym-fbox-footer">[submit class:ym-button "Abschicken"] [response]</div>
produces
<div class="ym-fbox-footer"><input type="submit" value="Abschicken" class="wpcf7-form-control wpcf7-submit ym-button" /><br /> <div class="wpcf7-response-output wpcf7-display-none"></div></p>
The
</p>
is wrong (additionally<br />
is inserted – not necessary)! Please help, it breaks the HTML validation ?? Without[response]
the HTML is fine.Edit: Issue seems to be in “includes/formatting.php” which was changed in version 3.7.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[response] causes invalid HTML’ is closed to new replies.