diff options
author | Alan Pearce | 2024-05-10 12:56:45 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-11 15:19:52 +0200 |
commit | 7f3791baa454fcaf99525434413fc703a65adf2f (patch) | |
tree | 462da0af02e61612597a3f5ab35c077093c20cc1 /frontend/templates/blocks/options.gotmpl | |
parent | 0eccb18ab0a7241c1f6f5fee99a3961101e35392 (diff) | |
download | searchix-7f3791baa454fcaf99525434413fc703a65adf2f.tar.lz searchix-7f3791baa454fcaf99525434413fc703a65adf2f.tar.zst searchix-7f3791baa454fcaf99525434413fc703a65adf2f.zip |
style: remove extraneous <p> tags around option descriptions
Diffstat (limited to 'frontend/templates/blocks/options.gotmpl')
-rw-r--r-- | frontend/templates/blocks/options.gotmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/templates/blocks/options.gotmpl b/frontend/templates/blocks/options.gotmpl index f27e8e6..ff8805c 100644 --- a/frontend/templates/blocks/options.gotmpl +++ b/frontend/templates/blocks/options.gotmpl @@ -8,9 +8,7 @@ <summary> {{ .Name }} </summary> - <p> - {{ markdown .Description }} - </p> + {{ markdown .Description }} <dl> {{- with .Type }} <dt>Type</dt> |