Skip to content

Commit

Permalink
Add space to title in HTML output (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderuiter authored Jun 7, 2024
1 parent c4c357b commit cdcd0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppcomp/ppcomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ def output_html(html_content, filename1, filename2, css):
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<title>Compare""" + filename1 + " and " + filename2 + """</title>
<title>Compare """ + filename1 + " and " + filename2 + """</title>
<style type="text/css">
""")
print(DIFF_CSS)
Expand Down

0 comments on commit cdcd0d7

Please sign in to comment.