Commit 7d221f4
committed
Fix indeterminant sorting in listing tables
Table listings were including the hyperlink `a` tag itself in the contents of the title, meaning that the filter would also apply to the contents of the a tag (for example, the HREF). The weirdness was especially pronounced when testing local previews and filtering with numbers, since the href would often contain port numbers, making the behavior appear random.1 parent ade956c commit 7d221f4
File tree
2 files changed
+16
-5
lines changed- src
- project/types/website/listing
- resources/projects/website/listing
2 files changed
+16
-5
lines changedLines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
373 | 378 | | |
374 | 379 | | |
375 | 380 | | |
376 | 381 | | |
377 | | - | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
378 | 385 | | |
379 | | - | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
380 | 391 | | |
381 | 392 | | |
382 | 393 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments