Skip to content

Commit ca40483

Browse files
committed
typo
1 parent 8907bda commit ca40483

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

transitions/wide-review-request.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,12 @@ <h2 id="resources">Other resources</h2>
181181
let INPLACE = "<li><a href='https://www.w3.org/2003/01/republishing/'>In-place modification of W3C Technical Reports</a></li>";
182182
function listItem(text, query) {
183183
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>";
184+
return `<li>`
185+
+ `<div class='radio-item'>`
186+
+ `<input type='radio' name='option' id='${id}'>`
187+
+ `<label for="${id}">${text}</a>`
188+
+ `</div>`
189+
+ `</li>`;
186190
}
187191

188192
function nextSteps(spec) {

0 commit comments

Comments
 (0)