redactor icon indicating copy to clipboard operation
redactor copied to clipboard

Line break inside A tag

Open michael-ari-101 opened this issue 1 year ago • 0 comments

Description

Line breaks get inserted into link tags.

Example:

<p><a href="mailto:[email protected]">[email protected]</a><a href="tel:00123456789"><br>+12 345 6789</a><a href="https://example.com"><br>example</a></p>

Steps to reproduce

  1. Add three words and separate with line breaks
  2. Select each line and insert links

Additional info

  • Craft version: 4.4.7
  • PHP version: 8.2.0
  • Database driver & version: MySQL 5.7.39
  • Plugins & versions: Redactor 3.0.4

michael-ari-101 avatar Apr 20 '23 09:04 michael-ari-101