#662 closed defect (fixed)
apostrophe in wms_abstract prevents editing wms_gui_settings
Reported by: | tbaschetti | Owned by: | dev |
---|---|---|---|
Priority: | major | Milestone: | 2.6.2 release |
Component: | administration | Version: | 2.6.1 |
Keywords: | Cc: |
Description ¶
Using an apostrophe in wms_abstract leads to unwanted behaviour in mod_editGuiWMS.php in this line
echo "<option title='".$rowwms_abstract."' value='".$rowwms_id."' ";
postgresql throws error-messages, too.
Note:
See TracTickets
for help on using tickets.
problem is in files mod_editGuiWMS.php mod_loadCapabilitiesList.php mod_editWMS_Metadata.php
using htmlentities() fixes this