CMS MADE SIMPLE FORGE

Frontend Users

 

[#12430] FrontEndUsers dropdown & radio button inserts invisible character

avatar
Created By: Chris Taylor (chrisbt)
Date Submitted: Fri Mar 12 11:30:10 -0500 2021

Assigned To:
Version: 2.14.3.4
CMSMS Version: 2.1.5
Severity: Minor
Resolution: None
State: Open
Summary:
FrontEndUsers dropdown & radio button inserts invisible character
Detailed Description:
As per https://forum.cmsmadesimple.org/viewtopic.php?f=7&t=82609

In /FrontEndUsers/action.addprop.php lines 123 & 127 change from:
    $seloptions = cms_html_entity_decode($seloptions);
to:
    $seloptions = html_entity_decode($seloptions);


History

Comments
avatar
Date: 2022-03-25 13:58
Posted By: cyrcle (cyrcle)

Thanks !!! This solves the bug.