瀏覽代碼

버그 수정

잉여개발기 (SPDV) 2 年之前
父節點
當前提交
c8f3a176c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      route/tool/func_render_namumark.py

+ 1 - 1
route/tool/func_render_namumark.py

@@ -1946,7 +1946,7 @@ class class_do_render_namumark:
                 elif self.do_type == 'alpha_big':
                     change_text = int_to_alpha(self.list_num[list_len - 1])
                 else:
-                    change_text = int_to_alpha(self.list_num[list_len - 1]).lower()
+                    change_text = int_to_alpha(self.list_num[list_len - 1]).upper()
 
                 return '<li style="margin-left: ' + str((list_len - 1) * 20) + 'px;" class="opennamu_list_none">' + change_text + '. ' + list_data + '</li>'