Skip to content

Commit

Permalink
add: abbr to indicate more info on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
runarmod committed Aug 20, 2024
1 parent 80702cc commit 3f2985b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/karaktersnitt_kalkulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ document.getElementById("mineResultaterTittel").innerHTML = `
<summary>Resultater - klikk for å se snitt</summary>
<h2>
<div>
Snittet ditt er <b id="snitt">BLANK</b> (<b id="snittBokstav">-</b>).
Snittet ditt er <b><abbr id="snitt">BLANK</abbr></b> (<b id="snittBokstav">-</b>).
<br />
Du har <b id="antallEmner">BLANK</b> <span id="emnerOrd">emner</span> som
teller i snittet.
Expand Down

0 comments on commit 3f2985b

Please sign in to comment.