잉여개발기 (SPDV) преди 3 години
родител
ревизия
ceecabd36a
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  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
                     # remove include
                     include_data = re.sub(include_regex, '', include_data)
                     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('' + \
                     data_name = self.get_tool_data_storage('' + \
                         include_link + \
                         include_link + \

+ 1 - 1
version.json

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