We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9b14c commit 75cfd52Copy full SHA for 75cfd52
pytest_html/plugin.py
@@ -431,10 +431,10 @@ def generate_summary_item(self):
431
body = html.body(
432
html.script(raw(main_js)),
433
html.h1(os.path.basename(session.config.option.htmlpath)),
434
- html.p('Report generated on {0} at {1} by'.format(
+ html.p('Report generated on {0} at {1} by '.format(
435
generated.strftime('%d-%b-%Y'),
436
generated.strftime('%H:%M:%S')),
437
- html.a(' pytest-html', href=__pypi_url__),
+ html.a('pytest-html', href=__pypi_url__),
438
' v{0}'.format(__version__)),
439
onLoad='init()')
440
0 commit comments