Skip to content

Commit

Permalink
Merge pull request #1436 from SeasideSt/fix-html-deprecations
Browse files Browse the repository at this point in the history
use title attribute instead of id attribute when rendering anchors as…
  • Loading branch information
jbrichau committed Jul 14, 2024
2 parents c637ccb + 2eb76d1 commit cb4b8ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ renderAnchorsOn: canvas
html unorderedList: [
html listItem: [
html anchor
id: 'name';
title: 'name';
callback: [ ];
with: 'Anchor' ] ] ]
factor: 1
Expand Down

0 comments on commit cb4b8ef

Please sign in to comment.