Skip to content

Commit 75cfd52

Browse files
chardburyRibeiroAna
authored andcommitted
Removed extraneous space from anchor tag (#192)
1 parent 6f9b14c commit 75cfd52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest_html/plugin.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -431,10 +431,10 @@ def generate_summary_item(self):
431431
body = html.body(
432432
html.script(raw(main_js)),
433433
html.h1(os.path.basename(session.config.option.htmlpath)),
434-
html.p('Report generated on {0} at {1} by'.format(
434+
html.p('Report generated on {0} at {1} by '.format(
435435
generated.strftime('%d-%b-%Y'),
436436
generated.strftime('%H:%M:%S')),
437-
html.a(' pytest-html', href=__pypi_url__),
437+
html.a('pytest-html', href=__pypi_url__),
438438
' v{0}'.format(__version__)),
439439
onLoad='init()')
440440

0 commit comments

Comments
 (0)