diff --git a/layouts/partials/openapi/render-object-table.html b/layouts/partials/openapi/render-object-table.html index 179f6ab9..598b12a3 100644 --- a/layouts/partials/openapi/render-object-table.html +++ b/layouts/partials/openapi/render-object-table.html @@ -196,7 +196,7 @@ anyway, because showing the title (like `EventFilter`) is better than showing `object`. */}} - {{ $type = .title }} + {{ $type = .title | htmlEscape }} {{ end }} {{ return $type }}