Parcourir la source

fix include space

잉여개발기 (SPDV) il y a 3 ans
Parent
commit
331379d143
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      route/tool/func_render_namumark.py
  2. 1 1
      version.json

+ 1 - 1
route/tool/func_render_namumark.py

@@ -963,7 +963,7 @@ class class_do_render_namumark:
                     # remove include
                     include_data = re.sub(include_regex, '', include_data)
 
-                    self.data_include += [[self.doc_include + 'opennamu_include_' + str(include_num), include_name, include_data]]
+                    self.data_include += [[self.doc_include + 'opennamu_include_' + str(include_num), include_name, include_data, 'style="display: inline-block;"']]
 
                     data_name = self.get_tool_data_storage('' + \
                         include_link + \

+ 1 - 1
version.json

@@ -1,6 +1,6 @@
 {
     "beta" : {
-        "r_ver" : "v3.4.5-unstable (stable2) (beta5-68)",
+        "r_ver" : "v3.4.5-unstable (stable2) (beta5-69)",
         "c_ver" : "3500354",
         "s_ver" : "3500110"
     }