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

[Git][ftp-team/dak][master] 2 commits: use empty alt="" attribute for logos and corner images



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

2 changed files:

Changes:

  • dak/queue_report.py
    ... ... @@ -221,7 +221,7 @@ def header():
    221 221
         <div id="logo">
    
    222 222
           <a href="">
    
    223 223
             <img src=""
    
    224
    -        alt="debian logo" /></a>
    
    224
    +        alt="" /></a>
    
    225 225
           <a href="">
    
    226 226
             <img src=""
    
    227 227
             alt="Debian Project" /></a>
    
    ... ... @@ -229,13 +229,13 @@ def header():
    229 229
         <div id="titleblock">
    
    230 230
     
    
    231 231
           <img src=""
    
    232
    -      id="red-upperleft" alt="corner image"/>
    
    232
    +      id="red-upperleft" alt=""/>
    
    233 233
           <img src=""
    
    234
    -      id="red-lowerleft" alt="corner image"/>
    
    234
    +      id="red-lowerleft" alt=""/>
    
    235 235
           <img src=""
    
    236
    -      id="red-upperright" alt="corner image"/>
    
    236
    +      id="red-upperright" alt=""/>
    
    237 237
           <img src=""
    
    238
    -      id="red-lowerright" alt="corner image"/>
    
    238
    +      id="red-lowerright" alt=""/>
    
    239 239
           <span class="title">
    
    240 240
             Debian NEW and BYHAND Packages
    
    241 241
           </span>
    
    ... ... @@ -245,7 +245,7 @@ def header():
    245 245
     
    
    246 246
     def footer():
    
    247 247
         print("<p class=\"timestamp\">Timestamp: %s (UTC)</p>" % (time.strftime("%d.%m.%Y / %H:%M:%S", time.gmtime())))
    
    248
    -    print("<p class=\"timestamp\">There are <a href="">\"/stat.html\">graphs about the queues</a> available.</p>")
    
    248
    +    print("<p>There are <a href="">\"/stat.html\">graphs about the queues</a> available.</p>")
    
    249 249
     
    
    250 250
         print("""
    
    251 251
         <div class="footer">
    

  • dak/show_new.py
    ... ... @@ -90,20 +90,20 @@ def html_header(name, missing):
    90 90
         <div id="logo">
    
    91 91
           <a href="">
    
    92 92
             <img src=""
    
    93
    -        alt="debian logo" /></a>
    
    93
    +        alt="" /></a>
    
    94 94
           <a href="">
    
    95 95
             <img src=""
    
    96 96
             alt="Debian Project" /></a>
    
    97 97
         </div>
    
    98 98
         <div id="titleblock">
    
    99 99
           <img src=""
    
    100
    -      id="red-upperleft" alt="corner image"/>
    
    100
    +      id="red-upperleft" alt=""/>
    
    101 101
           <img src=""
    
    102
    -      id="red-lowerleft" alt="corner image"/>
    
    102
    +      id="red-lowerleft" alt=""/>
    
    103 103
           <img src=""
    
    104
    -      id="red-upperright" alt="corner image"/>
    
    104
    +      id="red-upperright" alt=""/>
    
    105 105
           <img src=""
    
    106
    -      id="red-lowerright" alt="corner image"/>
    
    106
    +      id="red-lowerright" alt=""/>
    
    107 107
           <span class="title">
    
    108 108
             Debian NEW package overview for %(name)s
    
    109 109
           </span>
    


  • Reply to: