Skip to content

Commit 7b304b6

Browse files
author
Craig Cornelius
authored
remove "with" in detail title (#521)
1 parent b4e8e50 commit 7b304b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verifier/detail_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!--Load the AJAX API for visualizing stacked bars-->
2222
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
2323

24-
<title>$test_type with $library_name</title>
24+
<title>$test_type $library_name</title>
2525
<style>
2626
body { font-family: Sans-Serif; }
2727

0 commit comments

Comments
 (0)