chrisblakley / Nebula

Nebula is a WordPress theme framework that focuses on enhancing development. The core features of Nebula make it a powerful tool for designing, developing, and analyzing WordPress websites consistently, yet its deliberately uncomplicated code syntax also serves as a learning resource for programmers themselves.
https://nebula.gearside.com
GNU General Public License v3.0
144 stars 36 forks source link

Debuginfo special CF7 mail tag does not convert HTML #1699

Closed chrisblakley closed 6 years ago

chrisblakley commented 6 years ago

Might need to use \r\n instead of <br> for new lines in the Nebula special mail tag for [debuginfo].

chrisblakley commented 6 years ago

Ok, I switched them to PHP_EOL. Time to test.

chrisblakley commented 6 years ago

Confirmed fixed.