diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-12 07:33:52 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-12 07:33:52 +0100 |
commit | 854b434d9d324933ee74efa6d92961fba367efa6 (patch) | |
tree | d314c96537f9c3e684c87cfec729bf1c8cbe663b | |
parent | a0d1bd22835089d33f31f02ccd440baf733b500a (diff) |
removed / from stylesheet path
-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 7be557c..ba82156 100644 --- a/d1pkgweb-query.go +++ b/d1pkgweb-query.go @@ -32,7 +32,7 @@ var resTempl = `<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Devuan Package information</title> -<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; |