Skip to content

Commit b116724

Browse files
committed
Merge branch 'showcase' of https://github.com/stanfordpython/stanfordpython.github.io into showcase
2 parents 0b65836 + f901b00 commit b116724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function create_showcase_tr(project) {
217217
</tr>
218218
*/
219219
var $tr = $('<tr>').append(
220-
$('<td>')
220+
$('<td>').attr('scope', 'row')
221221
.append(
222222
$('<b>')
223223
.append(project.title)

0 commit comments

Comments
 (0)