all repos — searchix @ 107d54a4c4a415f3581a452878cdd625f7f2634a

Search engine for NixOS, nix-darwin, home-manager and NUR users

fix: incorrect formatting of options results headers

Alan Pearce
commit

107d54a4c4a415f3581a452878cdd625f7f2634a

parent

d2a473cfe8ad289d6304f5edca4542aa68dd7dc7

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M internal/components/options.templinternal/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>