EloquentSurveillance icon indicating copy to clipboard operation
EloquentSurveillance copied to clipboard

FileServer.h --> not showing right path to images

Open dirkclemens opened this issue 2 years ago • 10 comments

Great library! Thanks !

I found one error in file: FileServer.h line 60: html += F("</td><td><a href=\"/view"); should end with an / after view/ line 60: html += F("</td><td><a href=\"/view/");

and line 63: html += filename.substring(0); instead of filename.substring(1)

dirkclemens avatar Sep 30 '22 08:09 dirkclemens