Opened 15 years ago
Closed 15 years ago
#1639 closed defect (bug) (fixed)
strip html tags needed for automated tagging system on xprofile...
Reported by: | grimbog | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | strip html tags xprofile tagging | |
Cc: |
Description
Noticed this when creating some extra profile fields.
Lets suppose that I have a multi-line profile field for addresses. If the user inputs the follow:
Munich
Germany
Then the system tags the whole lot, but doesn't strip html tags, so the search term becomes:
"?s=Munich<br />Germany"
...which breaks the search function.
Note: See
TracTickets for help on using
tickets.
(In [2388]) Fixes #1639