diff --git a/CMakeLists.txt b/CMakeLists.txt index c2093a7..57aadf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ if (POLICY CMP0141) endif() project (GoveeBTTempLogger - VERSION 2.20231009.1 + VERSION 2.20231009.2 DESCRIPTION "Listen and log Govee Thermometer Bluetooth Low Energy Advertisments" HOMEPAGE_URL https://github.com/wcbonner/GoveeBTTempLogger ) diff --git a/goveebttemplogger.cpp b/goveebttemplogger.cpp index 7b114bd..d5fe081 100644 --- a/goveebttemplogger.cpp +++ b/goveebttemplogger.cpp @@ -1921,10 +1921,10 @@ void WriteSVGIndex(const std::filesystem::path LogDirectory, const std::filesyst std::cout << "[" << getTimeISO8601() << "] Writing:"; for (auto ssBTAddress = files.begin(); ssBTAddress != files.end(); ssBTAddress++) { - SVGIndexFile << "\t
" << std::endl; - SVGIndexFile << "\t" << std::endl; - SVGIndexFile << "\t" << std::endl; - SVGIndexFile << "\t" << std::endl; + SVGIndexFile << "\t" << std::endl; + SVGIndexFile << "\t" << std::endl; + SVGIndexFile << "\t" << std::endl; + SVGIndexFile << "\t" << std::endl; SVGIndexFile << std::endl; if (ConsoleVerbosity > 0) std::cout << " " << *ssBTAddress;