diff --git a/plugins/dynamix/include/DefaultPageLayout.php b/plugins/dynamix/include/DefaultPageLayout.php
index 538689859..73f8579d7 100644
--- a/plugins/dynamix/include/DefaultPageLayout.php
+++ b/plugins/dynamix/include/DefaultPageLayout.php
@@ -316,11 +316,13 @@ default:
}
echo "• Dynamix webGui v";
echo exec("/usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin version /var/log/plugins/dynamix.plg");
-echo "unRAID® webGui © 2016, Lime Technology, Inc. Online Manual";
+echo "";
+echo "unRAID webGui 2016, Lime Technology, Inc.";
if (isset($myPage['Author'])) {
- echo " | Page author: {$myPage['Author']}";
+ echo " | Page author: {$myPage['Author']}";
if (isset($myPage['Version'])) echo ", version: {$myPage['Version']}";
}
+echo " manual";
echo "";
?>