diff --git a/lib/tool_shed/webapp/templates/galaxy_client_app.mako b/lib/tool_shed/webapp/templates/galaxy_client_app.mako index a8ed317e27bf..846fcc7f60f9 100644 --- a/lib/tool_shed/webapp/templates/galaxy_client_app.mako +++ b/lib/tool_shed/webapp/templates/galaxy_client_app.mako @@ -72,7 +72,7 @@ ${ h.dumps( dictionary, indent=( 2 if trans.debug else 0 ) ) } <%def name="config_plausible_analytics(plausible_server, plausible_domain)"> %if plausible_server and plausible_domain: - + %else: %endif diff --git a/templates/galaxy_client_app.mako b/templates/galaxy_client_app.mako index 504b3300e2b1..caec938bbe89 100644 --- a/templates/galaxy_client_app.mako +++ b/templates/galaxy_client_app.mako @@ -73,7 +73,7 @@ ${ h.dumps( dictionary, indent=( 2 if trans.debug else 0 ) ) } <%def name="config_plausible_analytics(plausible_server, plausible_domain)"> %if plausible_server and plausible_domain: - + %else: