diff --git a/design/standard/templates/gui/button.tpl b/design/standard/templates/gui/button.tpl index 35eaf1c7e62..5620350ad60 100644 --- a/design/standard/templates/gui/button.tpl +++ b/design/standard/templates/gui/button.tpl @@ -1,10 +1,10 @@ {* DO NOT EDIT THIS FILE! Use an override template instead. *} {if is_unset( $disabled ) } - {def $disabled=false()}; + {def $disabled=false()} {/if} {if $disabled} {else} {/if} -{undef $disabled} \ No newline at end of file +{undef $disabled} diff --git a/design/standard/templates/node/removeobject.tpl b/design/standard/templates/node/removeobject.tpl index 39df065bc38..7ab751d02ae 100644 --- a/design/standard/templates/node/removeobject.tpl +++ b/design/standard/templates/node/removeobject.tpl @@ -1,6 +1,6 @@ {* DO NOT EDIT THIS FILE! Use an override template instead. *} {if is_unset( $exceeded_limit ) } - {def $exceeded_limit=false()}; + {def $exceeded_limit=false()} {/if}