kaoritokashiki преди 6 години
родител
ревизия
941d5bc668
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/server/views/layout/layout.html

+ 1 - 1
src/server/views/layout/layout.html

@@ -105,7 +105,7 @@
       {% endif %}
 
       {% if getConfig('crowi', 'app:confidential') %}
-        {% if getConfig('crowi', 'app:confidential').length > 5 %}
+        {% if getConfig('crowi', 'app:confidential').length > 4 %}
           <li class="nav-item confidential text-light">
             <i class="text-light icon-info" data-toggle="tooltip" title="{{ getConfig('crowi', 'app:confidential') }}"></i>
           </li>