Fix incorrectly self-closed div tags
| @@ -1,5 +1,5 @@ | ||
| 1 | 1 | <div id="sd_gen" class="list-group-item flex-container flexGap5"> |
| 2 | 2 | <div class="fa-solid fa-paintbrush extensionsMenuExtensionButton" title="Trigger Stable Diffusion" data-i18n="[title]Trigger Stable Diffusion" /></div> |
| 3 | 3 | <span>Generate Image</span> |
| 4 | 4 | </div> |
| 5 | 5 | <div id="sd_stop_gen" class="list-group-item flex-container flexGap5"> |
| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <div id="translate_chat" class="list-group-item flex-container flexGap5"> |
| 2 | 2 | <div class="fa-solid fa-language extensionsMenuExtensionButton" /></div> |
| 3 | 3 | <span data-i18n="ext_translate_btn_chat">Translate Chat</span> |
| 4 | 4 | </div> |
| 5 | 5 | <div id="translate_input_message" class="list-group-item flex-container flexGap5"> |
| 6 | 6 | <div class="fa-solid fa-keyboard extensionsMenuExtensionButton" /></div> |
| 7 | 7 | <span data-i18n="ext_translate_btn_input">Translate Input</span> |
| 8 | -</div> | |
| 8 | \ No newline at end of file | |
| 8 | +</div> | |