Browse Source

change length 5 to 4

kaoritokashiki 5 years ago
parent
commit
941d5bc668
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/views/layout/layout.html

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

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