Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit c4ddc23

Browse files
Raukzeandi34
authored andcommitted
Fix decore line
Decore line used to appear when option was turned off
1 parent 11bf87a commit c4ddc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/classic.template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
</div>
3232
<?php else: ?>
3333
<div class="names">
34-
<hr class="small" />
3534
<?php if ($config['ui']['decore_lines']): ?>
35+
<hr class="small" />
3636
<hr>
3737
<?php endif; ?>
3838
<div>

0 commit comments

Comments
 (0)