"
+ continue
+ text += (
+ f""""""
+ + word["orig"].replace("\\", "\\\\")
+ + "
"
+ )
if (word["orig"] != word["hira"]) and isshowhira:
text += (
f""
fm, fs, bold = self._getfontinfo(origin)
text = self.gen_html(text, fm, fs, bold, atcenter, color)
-
- self.testeval(f"document.getElementById(`{_id}`).innerHTML+=`{text}`")
+ self.testeval(f"document.getElementById(`{_id}`).innerHTML=`{text}`")
self.internalheighchange()
def clear(self):
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 85bbb8ef..875ba862 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -27,8 +27,8 @@ include(libs/libs.cmake)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/version)
include(generate_product_version)
-set(VERSION_MAJOR 3)
-set(VERSION_MINOR 7)
+set(VERSION_MAJOR 5)
+set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
add_library(pch pch.cpp)