diff --git a/README.md b/README.md index d8af8f1a5..eb1aaf078 100644 --- a/README.md +++ b/README.md @@ -733,7 +733,7 @@ Omi 4.0+ works in the latest two versions of all major browsers: Safari 10+, IE ## Contributors -
+ ## Q & A diff --git a/assets/contributors.html b/assets/contributors.html index ad06852ce..9340d9792 100644 --- a/assets/contributors.html +++ b/assets/contributors.html @@ -16,7 +16,7 @@ const html = ` ${arr.map(subArr => { let tds = subArr.map(info => { - return `` + return `` }) return `${tds.join('')}` }).join('')}
`