fix: incorrect formatting of options results headers
Alan Pearce alan@alanpearce.eu
Fri, 21 Jun 2024 16:57:00 +0200
1 files changed, 2 insertions(+), 2 deletions(-)
M internal/components/options.templ → internal/components/options.templ
@@ -9,8 +9,8 @@ templ Options(result *index.Result) { <table> <thead> <tr> - <td scope="col">Title</td> - <td scope="col">Description</td> + <th scope="col">Title</th> + <th scope="col">Description</th> </tr> </thead> <tbody>