Minor issue with status messages, where zen_status_messages() has incorrect quoting on line 674, leading to broken output.

$output .= '  <li class=\"messages__item\">' . $message . "</li>\n";

The first section should be double quoted, or remove the escape characters.

Haven't checked 6.x to see if this is present there.

Comments

JohnAlbin’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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