about summary refs log tree commit diff stats
path: root/frontend/templates/blocks/options.gotmpl
diff options
context:
space:
mode:
authorAlan Pearce2024-05-10 12:56:45 +0200
committerAlan Pearce2024-05-11 15:19:52 +0200
commit7f3791baa454fcaf99525434413fc703a65adf2f (patch)
tree462da0af02e61612597a3f5ab35c077093c20cc1 /frontend/templates/blocks/options.gotmpl
parent0eccb18ab0a7241c1f6f5fee99a3961101e35392 (diff)
downloadsearchix-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.gotmpl4
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>