diff options
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; |