summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-07-12 07:53:36 +0100
committerKatolaZ <katolaz@freaknet.org>2018-07-12 07:53:36 +0100
commitec3541bdc52713729e0ade7be54df9f7704d53dd (patch)
tree5d00844e1e5595174dae08227283bb354b7a29cf
parent854b434d9d324933ee74efa6d92961fba367efa6 (diff)
minor edit
-rw-r--r--d1pkgweb-query.go7
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;