diff --git a/php/templates/containers.twig b/php/templates/containers.twig
index 43468d84..f167dd5d 100644
--- a/php/templates/containers.twig
+++ b/php/templates/containers.twig
@@ -283,7 +283,7 @@
(docs)
{% endif %}
{% if container.GetUiSecret() != '' %}
- (password: {{ container.GetUiSecret() }} )
+ (password: {{ container.GetUiSecret() }})
{% endif %}
{% elseif container.GetRunningState().value == 'running' %}
@@ -293,7 +293,7 @@
(docs)
{% endif %}
{% if container.GetUiSecret() != '' %}
- (password: {{ container.GetUiSecret() }} )
+ (password: {{ container.GetUiSecret() }})
{% endif %}
{% else %}
@@ -303,7 +303,7 @@
(docs)
{% endif %}
{% if container.GetUiSecret() != '' %}
- (password: {{ container.GetUiSecret() }} )
+ (password: {{ container.GetUiSecret() }})
{% endif %}
{% endif %}