home-manager-option-search/themes/extranix-options-search
Ian Chamberlain 38d2833924
Escape <> in option names by using textContent
Many home-manager options use "<name>" as a convention for attribute
set keys, which was being interpreted as HTML when served to the client.
By using `textContent` instead of `innerHTML`, these names will be
rendered more correctly and avoid any odd behavior from being treated as
HTML tags.
2024-08-19 10:47:52 -04:00
..
layouts Merge branch 'main' of github.com:mipmip/home-manager-option-search 2024-07-31 16:21:06 +02:00
static Escape <> in option names by using textContent 2024-08-19 10:47:52 -04:00