[Vtigercrm-commits] [vtiger development] #6021: HTML entities showing up when capturing items
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Jun 4 04:34:10 EDT 2009
#6021: HTML entities showing up when capturing items
------------------------+---------------------------------------------------
Reporter: joebordes | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-wip
Keywords: |
------------------------+---------------------------------------------------
When adding products to the inventory with the capture popup, non-ascii
characters appear as html entities. It can be solved commenting out the
lines where function htmlspecialchars is called in the !ListViewUtils.php
file. This might be happening with other capture popups as this function
is used everywhere.
Generally, while using UTF-8 in the web output, htmlspecialchars should be
removed everywhere to avoid having html entities in the database and web
browser. If this can't be done, at least we should avoid entities getting
shown.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6021>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list