Hi lfroen!
In the file : aMule-2.2.6/src/webserver/src/WebServer.cpp, line 1730, can you change this :
wxString img_tmpl(wxT("<img src=%s height=20 width=%d>"));
to
wxString img_tmpl(wxT("<img src=\"%s\" height=\"20\" width=\"%d\" alt=\"%s\">"));
so the page amuleweb-transfers.php will be 100% html 4.01 w3c valid like the rest of the interface?
