fixed on scale as well ** Changed in: aikiframework Status: New => Fix Released
-- You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/695457 Title: no results error escapes characters like class="alert Status in Aiki Framework: Fix Released Bug description: Ok, perfect example of aiki not being logical. The NO RESULTS ERROR box in current aiki escapes special characters. We are forced to put html in this box because the errors are not working, can't place them on the page, and there is no automatic ID output for errors. <div class="alert">There is no one here with the profile you seek.</div> becomes <div class=\"alert\">There is no one here with the profile you seek.</div> ### what is the best solution? Well, how would anyone know what you can put in here when all sorts of diff. input is allowed into diff. aiki inputs??? no ui to tell you, it just doesn't work how one would expect. I suggest we allow any type of input into this box, because I've seen all sorts allowed in diff. aiki no results error hacks, OR, we only allow text and then the no results error gets a default id of: <div id="no-results-error">ERROR_MESSAGE</div> That type of field as well, should be translatable. Jon _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : aikiframework.admins@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp