Skip to content

Commit

Permalink
Minor double comma typo fix (#13357)
Browse files Browse the repository at this point in the history
Changelog: Omit
Docs: Omit
  • Loading branch information
AbrilRBS authored Mar 7, 2023
2 parents 62bb3b4 + b94c0a2 commit d2b2a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/cli/formatters/graph/info_graph_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.18.1/vis.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.18.1/vis.min.css"" rel="stylesheet" type="text/css"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.18.1/vis.min.css" rel="stylesheet" type="text/css"/>
</head>
<body>
Expand Down

0 comments on commit d2b2a25

Please sign in to comment.