diff --git a/transitions/wide-review-request.html b/transitions/wide-review-request.html index e9c308f3f..3b957877a 100644 --- a/transitions/wide-review-request.html +++ b/transitions/wide-review-request.html @@ -181,8 +181,12 @@

Other resources

let INPLACE = "
  • In-place modification of W3C Technical Reports
  • "; function listItem(text, query) { let id = "option" + Math.round(Math.random() * 10000); - return "
  • " + `
    ` + `` + `
    "; - +"
  • "; + return `
  • ` + + `
    ` + + `` + + `
    ` + + `
  • `; } function nextSteps(spec) {