mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
training changes
This commit is contained in:
@@ -67,7 +67,7 @@ void trainingcard_panel::save_thread_func()
|
||||
|
||||
std::fstream temp("reports/" + rep + ".html", std::ios_base::out | std::ios_base::binary);
|
||||
|
||||
temp << "<!DOCTYPE html>" << std::endl;
|
||||
temp << "<!DOCTYPE html><meta charset=\"utf-8\"> " << std::endl;
|
||||
temp << "<body>" << std::endl;
|
||||
temp << "<div><b>Miejsce: </b>" << (std::string(place.c_str())) << "</div><br>" << std::endl;
|
||||
temp << "<div><b>Data: </b>" << (date) << "</div><br>" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user