diff --git a/emhttp/plugins/dynamix/include/Helpers.php b/emhttp/plugins/dynamix/include/Helpers.php index e8c9a8cad..1e0594956 100644 --- a/emhttp/plugins/dynamix/include/Helpers.php +++ b/emhttp/plugins/dynamix/include/Helpers.php @@ -713,9 +713,10 @@ function get_inline_fs_warnings($disk) { $html .= ' ' . htmlspecialchars(_($warning['message'])) . ''; } else { - // XFS v4 - notice - $html .= ' ' . - htmlspecialchars(_($warning['message'])) . ''; + // XFS v4 - notice (without .notice class to avoid duplicate icon) + $html .= '
' . + ' ' . + htmlspecialchars(_($warning['message'])) . '
'; } }