gogo / letmegrpc

[maintainer wanted] generates a web form gui from a grpc specification
BSD 3-Clause "New" or "Revised" License
419 stars 50 forks source link

Fix newline in help. #19

Closed ivucica closed 8 years ago

ivucica commented 8 years ago

Before this commit, it was possible for the following output to be generated:

s += setLink(json, "Message_field", "field", " Abcd efg hij
klm nop");

This broke the form when viewed in the browser.

awalterschulze commented 8 years ago

Thank you :)