[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] minor HTML cleanup



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

3 changed files:

Changes:

  • dak/queue_report.py
    ... ... @@ -191,7 +191,7 @@ def header():
    191 191
         print("""<!DOCTYPE html>
    
    192 192
     <html lang="en">
    
    193 193
       <head>
    
    194
    -    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    
    194
    +    <meta charset="utf-8" />
    
    195 195
         <link type="text/css" rel="stylesheet" href="" />
    
    196 196
         <link rel="shortcut icon" href="" />
    
    197 197
         <title>
    

  • dak/show_deferred.py
    ... ... @@ -48,11 +48,11 @@ def html_escape(s):
    48 48
     
    
    49 49
     
    
    50 50
     def header():
    
    51
    -    return """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    
    52
    -        <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    
    51
    +    return """<!DOCTYPE html>
    
    52
    +        <html lang="en"><head><meta charset="utf-8" />
    
    53 53
             <title>Deferred uploads to Debian</title>
    
    54
    -        <link type="text/css" rel="stylesheet" href="">
    
    55
    -        <link rel="shortcut icon" href="">
    
    54
    +        <link type="text/css" rel="stylesheet" href="" />
    
    55
    +        <link rel="shortcut icon" href="" />
    
    56 56
             </head>
    
    57 57
             <body>
    
    58 58
             <div align="center">
    

  • dak/show_new.py
    ... ... @@ -61,8 +61,7 @@ def html_header(name, missing):
    61 61
         result = """<!DOCTYPE html>
    
    62 62
     <html lang="en">
    
    63 63
       <head>
    
    64
    -    <meta http-equiv="content-type" content="text/html; charset=utf-8"
    
    65
    -    />
    
    64
    +    <meta charset="utf-8" />
    
    66 65
         <title>%(name)s - Debian NEW package overview</title>
    
    67 66
         <link type="text/css" rel="stylesheet" href="" />
    
    68 67
         <link rel="shortcut icon" href="" />
    


  • Reply to: