I've run into the following bug:

When entering the contents for the popup, one can use input format, for example Full HTML or PHP code. When displaying the popup, however, the input format is not tolerated.

The problem seems to be very simple to resolve: in popup_onload.module, replace line 179 with the following:

'html' => check_markup($popup_onload->body, $popup_onload->format);

and that should be enought.

Comments

kufeiko’s picture

Issue summary: View changes
d.novikov’s picture

Thank you, I have pushed a fix. I think it will be available for review tomorrow.

d.novikov’s picture

Status: Active » Needs review
d.novikov’s picture

Status: Needs review » Fixed

Noone did a review, please reopen the issue if you think it does not work yet.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.