Browse Source

修正句子编号bug

Bhikkhu-Kosalla 5 năm trước cách đây
mục cha
commit
b796edcd89
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/studio/js/render.js

+ 1 - 1
app/studio/js/render.js

@@ -1302,7 +1302,7 @@ function render_sent_tool_bar(elementBlock, begin) {
       iEnd;
   }
   output +=
-    "<span style='flex: 7;'><span style='background-color: silver;>" +
+    "<span style='flex: 7;'><span style='background-color: silver;'>" +
     sentIdString +
     "<a onclick=\"copy_to_clipboard('" +
     sentIdStringLink +