Browse Source

파서 버그 수정

2DU 9 năm trước cách đây
mục cha
commit
1ad4f38c1f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mark.py

+ 1 - 1
mark.py

@@ -787,7 +787,7 @@ def namumark(title, data):
                         if(e):
                             resultss = e.groups()
                             if(resultss[0] == 'right'):
-                                alltable += + 'margin-left:auto;'
+                                alltable += 'margin-left:auto;'
                             elif(resultss[0] == 'center'):
                                 alltable += 'margin:auto;'
                             else: