diff --git a/themes/default/partials/classes.handlebars b/themes/default/partials/classes.handlebars
index 0d0a9371..afc777d1 100644
--- a/themes/default/partials/classes.handlebars
+++ b/themes/default/partials/classes.handlebars
@@ -56,7 +56,7 @@
{{#is_constructor}}
Constructor
- {{>method}}
+{{>method}}
{{/is_constructor}}
diff --git a/themes/simple/partials/classes.handlebars b/themes/simple/partials/classes.handlebars
index 0e9b52fc..d6fa5b8d 100644
--- a/themes/simple/partials/classes.handlebars
+++ b/themes/simple/partials/classes.handlebars
@@ -21,7 +21,7 @@
{{#if is_constructor}}
{{#is_constructor}}
- {{>method}}
+{{>method}}
{{/is_constructor}}
{{/if}}