diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-12 07:53:36 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-12 07:53:36 +0100 |
commit | ec3541bdc52713729e0ade7be54df9f7704d53dd (patch) | |
tree | 5d00844e1e5595174dae08227283bb354b7a29cf /d1pkgweb-query.go | |
parent | 854b434d9d324933ee74efa6d92961fba367efa6 (diff) |
minor edit
Diffstat (limited to 'd1pkgweb-query.go')
-rw-r--r-- | d1pkgweb-query.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/d1pkgweb-query.go b/d1pkgweb-query.go index ba82156..d661990 100644 --- a/d1pkgweb-query.go +++ b/d1pkgweb-query.go @@ -27,12 +27,13 @@ type ResultPage struct { Results []Result } -var resTempl = `<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +var resTempl = ` +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> +<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> +<link rel="stylesheet" type="text/css" href="search.css" /> <title>Devuan Package information</title> -<link rel="stylesheet" type="text/css" href="search.css" /> <style type="text/css"> code {font-weight: normal; margin: 0 0px; |