mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Add hard fought spaces around image name
This commit is contained in:
parent
92b9190817
commit
9bb8d6e1ff
@ -408,7 +408,7 @@ const char HTTP_COUNTER[] PROGMEM =
|
|||||||
"<br><div id='t' style='text-align:center;'></div>";
|
"<br><div id='t' style='text-align:center;'></div>";
|
||||||
|
|
||||||
const char HTTP_END[] PROGMEM =
|
const char HTTP_END[] PROGMEM =
|
||||||
"<div style='text-align:right;font-size:11px;'><hr/><a href='https://bit.ly/tasmota' target='_blank' style='color:#aaa;'>Tasmota %s%s " D_BY " Theo Arends</a></div>"
|
"<div style='text-align:right;font-size:11px;'><hr/><a href='https://bit.ly/tasmota' target='_blank' style='color:#aaa;'>Tasmota %s %s " D_BY " Theo Arends</a></div>"
|
||||||
"</div>"
|
"</div>"
|
||||||
"</body>"
|
"</body>"
|
||||||
"</html>";
|
"</html>";
|
||||||
@ -2410,7 +2410,7 @@ void HandleInformation(void) {
|
|||||||
// }2 = </th><td>
|
// }2 = </th><td>
|
||||||
WSContentSend_P(HTTP_SCRIPT_INFO_BEGIN);
|
WSContentSend_P(HTTP_SCRIPT_INFO_BEGIN);
|
||||||
WSContentSend_P(PSTR("<table style='width:100%%'><tr><th>"));
|
WSContentSend_P(PSTR("<table style='width:100%%'><tr><th>"));
|
||||||
WSContentSend_P(PSTR(D_PROGRAM_VERSION "}2%s%s%s"), TasmotaGlobal.version, TasmotaGlobal.image_name, GetCodeCores().c_str());
|
WSContentSend_P(PSTR(D_PROGRAM_VERSION "}2%s %s %s"), TasmotaGlobal.version, TasmotaGlobal.image_name, GetCodeCores().c_str());
|
||||||
WSContentSend_P(PSTR("}1" D_BUILD_DATE_AND_TIME "}2%s"), GetBuildDateAndTime().c_str());
|
WSContentSend_P(PSTR("}1" D_BUILD_DATE_AND_TIME "}2%s"), GetBuildDateAndTime().c_str());
|
||||||
WSContentSend_P(PSTR("}1" D_CORE_AND_SDK_VERSION "}2" ARDUINO_CORE_RELEASE "/%s"), ESP.getSdkVersion());
|
WSContentSend_P(PSTR("}1" D_CORE_AND_SDK_VERSION "}2" ARDUINO_CORE_RELEASE "/%s"), ESP.getSdkVersion());
|
||||||
WSContentSend_P(PSTR("}1" D_UPTIME "}2%s"), GetUptime().c_str());
|
WSContentSend_P(PSTR("}1" D_UPTIME "}2%s"), GetUptime().c_str());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user