]> git.donarmstrong.com Git - bugscan.git/blobdiff - dohtml
add link to CSS
[bugscan.git] / dohtml
diff --git a/dohtml b/dohtml
index 5e5be8657a7b50ace724fb67d3adc8d2ec0f8942..19989e164ec24c46cc6a7f54cbd450d30a739888 100755 (executable)
--- a/dohtml
+++ b/dohtml
@@ -11,6 +11,8 @@ html_header() {
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <link href="http://www.debian.org/debhome.css" rel="stylesheet" type="text/css">
+
     <title>$title, $date</title>
   </head>
 <body bgcolor="white">
@@ -132,7 +134,7 @@ makemainpage() {
        local   title="$1"      # Title of page
        local   date_time="$2"  # Date
 
-       header "$title" "$date_time"
+       html_header "$title" "$date_time"
 
        cat <<EOF