From c5b233aca9c81792b6313dc45dd5055cbb24901a Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Tue, 14 Jul 2020 19:17:49 +0200 Subject: Fix table rendering with JDK12 stylesheets --- .../src/main/resources/views/components/indexTable.korte | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'plugins/javadoc/src/main/resources/views/components') diff --git a/plugins/javadoc/src/main/resources/views/components/indexTable.korte b/plugins/javadoc/src/main/resources/views/components/indexTable.korte index e1b507b9..21c94b7c 100644 --- a/plugins/javadoc/src/main/resources/views/components/indexTable.korte +++ b/plugins/javadoc/src/main/resources/views/components/indexTable.korte @@ -1,8 +1,7 @@ {% if isTypeSummary %} - -{% else %} -
+
{% endif %} +
@@ -13,4 +12,7 @@ {{ createTabRow(item, contextRoot)|raw }} {% end -%} -
{{ tabTitle }} 
{{ colTitle }}
\ No newline at end of file + +{% if isTypeSummary %} + +{% endif %} \ No newline at end of file -- cgit