diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-13 19:32:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-13 19:34:27 +0300 |
commit | da39917917f03bd709eb7807cc5d900ddeb1e48c (patch) | |
tree | 639229837faa8777569cb817980340c44895f436 /mod | |
parent | 5c5838e2a47ed242000949cc2395b8fee69bdce7 (diff) |
Rename package-search.css to packages.css
Diffstat (limited to 'mod')
-rw-r--r-- | mod/mod-packages.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-packages.cxx b/mod/mod-packages.cxx index 1157378..1515a53 100644 --- a/mod/mod-packages.cxx +++ b/mod/mod-packages.cxx @@ -117,7 +117,7 @@ handle (request& rq, response& rs) s << " " << squery; s << ~TITLE - << CSS_LINKS (path ("package-search.css"), root) + << CSS_LINKS (path ("packages.css"), root) // // This hack is required to avoid the "flash of unstyled content", which // happens due to the presence of the autofocus attribute in the input |