Page 1 of 1
storing '&' to '&' into DB
Posted: Thu Jul 10, 2014 4:55 am
by ankit90
Hi,
I am using broadleaf 3.0.8
If i filled some text with '&' sign .. it is storing into db as '&'..
How to fix that ?
Thanks,
Ankit
Re: storing '&' to '&' into DB
Posted: Thu Jul 10, 2014 11:31 am
by phillipuniverse
Are you talking about in an HTML WYSIWYG field? This is intended behavior and is how our rich-text editor works.
Re: storing '&' to '&' into DB
Posted: Tue Jul 15, 2014 3:55 am
by ankit90
Yes.. if we enter category-name or product name from admin like "category & names", it is storing into database like "category & names"..
It causes problem in SEO urls, so need to do some custom code to handle it.