This commit is contained in:
Dmitry Borisenko
2022-09-20 22:07:28 +02:00
parent 02843daca1
commit 8a3d061bd7
3 changed files with 4 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ const String getWebVersion() {
text = selectFromMarkerToMarker(text, "title", 1);
text = selectFromMarkerToMarker(text, " ", 2);
text.replace("</", "");
text.replace(".", "");
return text;
}