Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added favicon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>CodeMeta generator</title>
<title>CodeMeta Generator</title>
<script src="./js/utils.js"></script>
<script src="./js/fields_data.js"></script>
<script src="./js/dynamic_form.js"></script>
Expand All @@ -21,7 +21,7 @@
</head>
<body>
<header>
<h1>CodeMeta generator v3.0</h1>
<h1>CodeMeta Generator v3.0</h1>
</header>

<main>
Expand Down Expand Up @@ -165,7 +165,7 @@ <h1>CodeMeta generator v3.0</h1>
placeholder="https://travis-ci.org/You/RepoName" />
</p>

<p title="Link to a place for users/developpers to report and manage bugs (JIRA, GitHub issues, etc.)">
<p title="Link to a place for users/developers to report and manage bugs (JIRA, GitHub issues, etc.)">
<label for="issueTracker">Issue tracker</label>
<input type="URL" name="issueTracker" id="issueTracker"
placeholder="https://github.com/You/RepoName/issues" />
Expand Down