diff --git a/emhttp/plugins/dynamix.docker.manager/include/DockerContainers.php b/emhttp/plugins/dynamix.docker.manager/include/DockerContainers.php index 7692b4d95..0dc11bb93 100644 --- a/emhttp/plugins/dynamix.docker.manager/include/DockerContainers.php +++ b/emhttp/plugins/dynamix.docker.manager/include/DockerContainers.php @@ -108,7 +108,7 @@ foreach ($containers as $ct) { } echo "$image$appname
"._($status)."
"; echo "
"._('Container ID').": $id
"; - if ($ct['BaseImage']) echo "".htmlspecialchars(${ct['BaseImage']})."
"; + if ($ct['BaseImage']) echo "".htmlspecialchars($ct['BaseImage'])."
"; echo _('By').": "; $registry = $info['registry']; [$author,$version] = my_explode(':',$ct['Image']);