We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8907bda commit ca40483Copy full SHA for ca40483
transitions/wide-review-request.html
@@ -181,8 +181,12 @@ <h2 id="resources">Other resources</h2>
181
let INPLACE = "<li><a href='https://www.w3.org/2003/01/republishing/'>In-place modification of W3C Technical Reports</a></li>";
182
function listItem(text, query) {
183
let id = "option" + Math.round(Math.random() * 10000);
184
- return "<li>" + `<div class="radio-item">` + `<input type='radio' name='option' id='${id}'>` + `<label for="${id}">${text}</a>` + "</div>";
185
- +"</li>";
+ return `<li>`
+ + `<div class='radio-item'>`
186
+ + `<input type='radio' name='option' id='${id}'>`
187
+ + `<label for="${id}">${text}</a>`
188
+ + `</div>`
189
+ + `</li>`;
190
}
191
192
function nextSteps(spec) {
0 commit comments