aboutsummaryrefslogtreecommitdiff
path: root/plugins/javadoc/src/main/resources/views/class.korte
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/javadoc/src/main/resources/views/class.korte')
-rw-r--r--plugins/javadoc/src/main/resources/views/class.korte2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/javadoc/src/main/resources/views/class.korte b/plugins/javadoc/src/main/resources/views/class.korte
index 22793d69..62d90f7d 100644
--- a/plugins/javadoc/src/main/resources/views/class.korte
+++ b/plugins/javadoc/src/main/resources/views/class.korte
@@ -35,7 +35,7 @@
<pre>
{% if signature.annotations != null %}{{ signature.annotations|raw }} {% endif %}
{{ signature.modifiers }} <span class="typeNameLabel">{{ signature.signatureWithoutModifiers|raw }}</span>
-{% if signature.supertypes != null %}extends {{signature.supertypes|raw}} {% endif %}
+{% if signature.supertypes != null %}{{signature.supertypes|raw}} {% endif %}
</pre>
<div class="block">{{ classlikeDocumentation|raw }}</div>
</li>