kevinrae / mosskey

Multiple entry key for North American Mosses
0 stars 0 forks source link

carriage returns \r in json coming back from db #21

Closed kevinrae closed 6 years ago

kevinrae commented 6 years ago

May cause formatting issues.

See this output form the chrome develop log:

You selected these KeyCharacter ids: 905                                        build_menu.js:14 

[{"Name":"Metaneckera\r","id":"327"},{"Name":"Metaneckera menziesii\r","id":"326"},
{"Name":"Neckera\r","id":"342"},{"Name":"Neckera menziesii\r","id":"341"},
{"Name":"Rhytidiopsis\r","id":"509"},{"Name":"Rhytidiopsis robusta\r","id":"508"},
{"Name":"Schlotheimia\r","id":"520"},{"Name":"Schlotheimia rugifolia\r","id":"519"}]
kevinrae commented 6 years ago

Fixed:

You selected these KeyCharacter ids: 258          build_menu.js:14 
[{"Name":"Cirriphyllum piliferum","id":"100"},{"Name":"Leskeella","id":"307"},
{"Name":"Leskeella nervosa","id":"308"},{"Name":"Platylomella lescurii","id":"452"},
{"Name":"Plaubella","id":"453"}]