diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-06-07 13:46:05 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-06-07 13:46:05 +0100 |
commit | 80ef96c3c1eca0b3b82c237a61e5234d21a33d4d (patch) | |
tree | 97ba58b52d4f271af4bfc674cc93c44c12434f83 /d1pkgweb-query.go | |
parent | 439c2010de461f7a13cd1d71cbb1828e9ac6ac59 (diff) |
smal change in template
Diffstat (limited to 'd1pkgweb-query.go')
-rw-r--r-- | d1pkgweb-query.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/d1pkgweb-query.go b/d1pkgweb-query.go index 2d55d8f..5d972ff 100644 --- a/d1pkgweb-query.go +++ b/d1pkgweb-query.go @@ -32,7 +32,7 @@ var resTempl = ` <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> -<link rel="stylesheet" type="text/css" href="./search.css" /> +<link rel="stylesheet" type="text/css" href="/search.css" /> <style type="text/css"> code {font-weight: normal; margin: 0 0px; |