Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
Open WebPing project home page in a new window.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 9, 2011
1 parent dea5f1d commit f9f9935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webping.py
Expand Up @@ -439,7 +439,7 @@ def webping(config_path):

footer = """
<div id="footer">
<p>HTML report generated <abbr class="timestamp" title="%(update_time)s">%(update_time)s</abbr>, in %(render_time)s, by <a href="http://github.com/kdeldycke/webping/tree/%(repository_tag)s">%(generator)s</a>.</p>
<p>HTML report generated <abbr class="timestamp" title="%(update_time)s">%(update_time)s</abbr>, in %(render_time)s, by <a href="http://github.com/kdeldycke/webping/tree/%(repository_tag)s" target="_blank">%(generator)s</a>.</p>
</div>
</body>
</html>""" % { 'update_time' : datetime.datetime.now(conf['TIMEZONE']).strftime(DATETIME_FORMAT)
Expand Down

0 comments on commit f9f9935

Please sign in to comment.