Skip to content

Commit

Permalink
remove use of name attribute on anchor tag in testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Jul 13, 2024
1 parent 067ee01 commit bcbbac3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ renderContentOn: html

self renderExplanationOn: html.
html unorderedList: [
(1 to: 5000) do: [ :each |
1 to: 5000 do: [ :each |
html listItem: [
html anchor
name: each;
id: 'linkid-', each greaseString;
callback: [
self
inform: each
Expand Down

0 comments on commit bcbbac3

Please sign in to comment.