Ticket #65 (closed defect: fixed)

Opened 3 years ago

Last modified 19 months ago

User input routines for categories (and locales?) do not correctly strip whitespace

Reported by: bob Owned by: dom
Priority: low Milestone:
Component: openguides Version:
Severity: minor Keywords:
Cc:

Change History

Changed 3 years ago by dom

  • summary changed from space counts as a valid character in categories to User input routines for categories (and locales?) do not correctly strip whitespace

Or, to put it another way, we need to strip spaces (and other whitespace?) in our input routines:

s/\s+$// s/\s+//

Changed 3 years ago by dom

That should be

s/\s+$//
s/^\s+//

Changed 19 months ago by Kake

  • status changed from new to closed
  • resolution set to fixed

This has been done, so closing this ticket.

Note: See TracTickets for help on using tickets.