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

[Git][ftp-team/dak][master] 2 commits: queue_report: link to RFC822 version



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • dak/queue_report.py
    ... ... @@ -226,7 +226,12 @@ def header():
    226 226
     
    
    227 227
     def footer():
    
    228 228
         print("<p class=\"timestamp\">Timestamp: %s (UTC)</p>" % (time.strftime("%d.%m.%Y / %H:%M:%S", time.gmtime())))
    
    229
    -    print("<p>There are <a href="">\"/stat.html\">graphs about the queues</a> available.</p>")
    
    229
    +    print("""
    
    230
    +        <p>
    
    231
    +            There are <a href="">\"/stat.html\">graphs about the queues</a> available.
    
    232
    +            You can also look at the <a href="">RFC822 version</a>.
    
    233
    +        </p>
    
    234
    +    """)
    
    230 235
     
    
    231 236
         print("""
    
    232 237
         <div class="footer">
    


  • Reply to: