Compare commits

...

2 Commits

Author SHA1 Message Date
SilentWind
f97df0d830
Merge pull request #183 from nuintun/fix-html-tag
fix: 修复由于非法的 HTML 标签造成的宏中脚本事件个数信息位置错误的问题
2025-10-19 21:08:27 +08:00
nuintun
8ed5e4abc3
fix: 修复由于非法的 HTML 标签造成的宏中脚本事件个数信息位置错误的问题 2025-10-19 21:05:44 +08:00

View File

@ -781,7 +781,7 @@
</tr>
<tr>
<td i18n="macro_script_events">Scripted events:</td>
<tdvalue id="hid-recorder-events-count">0</tdvalue>
<td id="hid-recorder-events-count">0</td>
<td><sup><i i18n="macro_include_delays">include delays</i></sup></td>
</tr>
</table>