diff options
author | Alan Pearce | 2024-06-21 16:57:00 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-21 16:57:00 +0200 |
commit | 107d54a4c4a415f3581a452878cdd625f7f2634a (patch) | |
tree | 9a5e3c49aca2794dee1ba27d641a07ad5bd2ab4c /internal | |
parent | d2a473cfe8ad289d6304f5edca4542aa68dd7dc7 (diff) | |
download | searchix-107d54a4c4a415f3581a452878cdd625f7f2634a.tar.lz searchix-107d54a4c4a415f3581a452878cdd625f7f2634a.tar.zst searchix-107d54a4c4a415f3581a452878cdd625f7f2634a.zip |
fix: incorrect formatting of options results headers
Diffstat (limited to 'internal')
-rw-r--r-- | internal/components/options.templ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/components/options.templ b/internal/components/options.templ index 726d328..ce3ffff 100644 --- a/internal/components/options.templ +++ b/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> |