Skip to content

Commit 7b224d6

Browse files
authored
Add license field placeholder (#78)
1 parent d736a36 commit 7b224d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,15 @@ <h1>CodeMeta Generator v3.0</h1>
114114
<p title="License(s) under which the software is published">
115115
<label for="license">License(s)</label>
116116
<input list="licenses" name="license" id="license"
117-
aria-describedby="licenses_descr"> <!-- TODO: insert placeholder -->
117+
aria-describedby="licenses_descr"
118+
placeholder="LGPL-3.0-or-later" >
118119

119120
<datalist id="licenses">
120121
</datalist>
121122
<!-- This datalist is to be filled automatically -->
122123

123124
<br />
124-
<span class="field-description" id="licenses_descr">from <a href="https://spdx.org/licenses/">SPDX License List</a>; select from the list, one by one</span>
125+
<span class="field-description" id="licenses_descr">from <a href="https://spdx.org/licenses/">SPDX License List</a>; type or select from the list, one by one</span>
125126
<div id="selected-licenses">
126127
<!-- This div is to be filled as the user selects licenses -->
127128
</div>

0 commit comments

Comments
 (0)