#65: User input routines for categories (and locales?) do not correctly strip whitespace ---------------------+------------------------------------------------------ Reporter: bob | Owner: dom Type: defect | Status: new Priority: low | Component: openguides Version: | Severity: minor Resolution: | Keywords: ---------------------+------------------------------------------------------ Changes (by dom):
* summary: space counts as a valid character in categories => User input routines for categories (and locales?) do not correctly strip whitespace
Comment:
Or, to put it another way, we need to strip spaces (and other whitespace?) in our input routines:
s/\s+$// s/^\s+//