iotappstory / ESP-Library

Software Distribution and Management Over the Air
GNU Lesser General Public License v2.1
124 stars 35 forks source link

One backslash too much escaping HTML code #76

Closed Bolukan closed 6 years ago

Bolukan commented 6 years ago

One backslash too much in HTTP_WIFI_FORM[] and should be removed (errors compiling):

https://github.com/iotappstory/ESP-Library/blob/4f2a4bc71c108c26ee5554d0c5f8226862110705/src/IOTAppStory.h#L129

onclick=\"ld('\wsa')\" should be onclick=\"ld('wsa')\"

Onno-Dirkzwager commented 6 years ago

I think this is actually an typo and not an escaping backslash. onclick=\"ld('/wsa')\" as in root directory. (not that there is any other so leaving it out should work)

Ill let you know monday.

Onno-Dirkzwager commented 6 years ago

Closing as you already Pull requested a solutions.