summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/custom-filelist.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/sysconfig/templates/custom-filelist.html')
-rw-r--r--modules-available/sysconfig/templates/custom-filelist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/custom-filelist.html b/modules-available/sysconfig/templates/custom-filelist.html
index 3ad241dd..344eece3 100644
--- a/modules-available/sysconfig/templates/custom-filelist.html
+++ b/modules-available/sysconfig/templates/custom-filelist.html
@@ -4,7 +4,7 @@
{{#files}}
<tr>
{{#isdir}}
- <td class="fileEntry isdir" colspan="2">{{name}}</td>
+ <td class="fileEntry slx-bold" colspan="2">{{name}}</td>
{{/isdir}}
{{^isdir}}
<td class="fileEntry">{{name}}</td>