Skip to content

Commit fb0aec9

Browse files
committed
Fix: CSS error in debug panel
1 parent 6405d57 commit fb0aec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/core/CDebug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ public static function displayInfo()
401401
#debug-panel fieldset legend ul li.title > .item-debug {display:none;}
402402
#debug-panel fieldset legend ul li.item a {display:block;visibility:hidden;}
403403
#debug-panel fieldset legend ul li.item a:first-letter {visibility:visible !important;}
404-
#debug-panel fieldset legend ul li.item {width:30px; height:15px; margin-bottom:3px;)
404+
#debug-panel fieldset legend ul li.item {width:30px; height:15px; margin-bottom:3px;}
405405
}
406406
</style>';
407407

0 commit comments

Comments
 (0)