diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-07 16:48:57 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-07 16:48:57 +0100 |
commit | 3d92f62bb3120524a6cf3f0cb9db9973235adfd1 (patch) | |
tree | a01d7b383c82e2bcc1a4fdf7d40b084e2eaf25ec /template.go | |
parent | 48bc7a283d23c29a9c18559b2cc6b71da5aa605a (diff) |
added </head>
Diffstat (limited to 'template.go')
-rw-r--r-- | template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.go b/template.go index 4a89fd4..16f307d 100644 --- a/template.go +++ b/template.go @@ -13,7 +13,7 @@ code {font-weight: normal; font-size: 95%; } </style> <title>Devuan Packages Information -- {{.Name}}-{{.Version}}</title> - +</head> <style type="text/css"> body { margin-top: 10px; |