about summary refs log tree commit diff stats
path: root/internal/components/options.templ
diff options
context:
space:
mode:
authorAlan Pearce2024-06-21 16:57:00 +0200
committerAlan Pearce2024-06-21 16:57:00 +0200
commit107d54a4c4a415f3581a452878cdd625f7f2634a (patch)
tree9a5e3c49aca2794dee1ba27d641a07ad5bd2ab4c /internal/components/options.templ
parentd2a473cfe8ad289d6304f5edca4542aa68dd7dc7 (diff)
downloadsearchix-107d54a4c4a415f3581a452878cdd625f7f2634a.tar.lz
searchix-107d54a4c4a415f3581a452878cdd625f7f2634a.tar.zst
searchix-107d54a4c4a415f3581a452878cdd625f7f2634a.zip
fix: incorrect formatting of options results headers
Diffstat (limited to 'internal/components/options.templ')
-rw-r--r--internal/components/options.templ4
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>