Skip to content

Commit 1ba6495

Browse files
committed
Update hellajs: fix HTML structure and CSP compliance for PR krausest#1926
1 parent a4db2dd commit 1ba6495

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

frameworks/keyed/hellajs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "omilli",
66
"js-framework-benchmark": {
77
"frameworkVersionFromPackage": "@hellajs/core",
8-
"frameworkHomeURL": "https://hellajs.com"
8+
"frameworkHomeURL": "https://hellajs.com",
9+
"issues": [1139]
910
},
1011
"scripts": {
1112
"build-prod": "rollup -c rollup.config.mjs"

frameworks/keyed/hellajs/src/main.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ function Bench() {
113113
<span class="glyphicon glyphicon-remove" ariaHidden="true"></span>
114114
</a>
115115
</td>
116+
<td class="col-md-6"></td>
116117
</tr>
117118
))}
118119
</tbody>

0 commit comments

Comments
 (0)