dnnsoftware / Dnn.AdminExperience

DNN (formerly DotNetNuke) Combined Admin Experience
MIT License
17 stars 39 forks source link

Stack traces in Admin Logs missing style #1140

Closed bdukes closed 5 years ago

bdukes commented 5 years ago

Description of bug

The stack traces for exceptions in Admin Logs are displayed without line breaks, despite being rendered in a <pre> tag.

Steps to reproduce

List the steps to reproduce the behavior:

  1. Install the example module from https://github.com/dnnsoftware/Dnn.Platform/issues/2972
  2. Add it to a page
  3. View the exception it throws in Admin Logs

Current result

Displayed without any line breaks Inner Stack Trace without line breaks

Expected result

Displayed with line breaks Inner Stack Trace with line breaks

Affected version

Affected browser

valadas commented 5 years ago

Merged