Fix inconsistencies with HTML display in Custom Panel Sections between admin and production
The editor for Pages > Custom Panel Sections is inconsistent with what's displayed in the Summon interface.
Example #1--I attempted to insert a line break (<br>) in the title of the panel (to have a two-line header for the panel). After submitting, the admin tool properly displayed the line break. In Summon, however, the title displayed as a single line with the "<br>" displaying. It would be good if the panel title display in the admin tool matched how the title would display in Summon.
Example 2: I was editing the panel in source mode and entered bold tags (<b>, </b>) for some text. The editor accepted it, but the resulting display did not show bold. It would be helpful to know which html elements will actually function in the panel selections.