Skip to content

Commit

Permalink
fix: remove obsolete syntax workaround and fix proof states (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen authored Dec 18, 2024
1 parent b4623a7 commit 2bdd4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verso/Verso/Code/Highlighted.lean
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ partial defmethod Highlighted.toHtml : Highlighted → HighlightHtmlM Html
let id := s!"tactic-state-{hash info}-{startPos}-{endPos}"
pure {{
<span class="tactic">
<label «for»={{id}}>{{← toHtml hl}}</label>
<label for={{id}}>{{← toHtml hl}}</label>
<input type="checkbox" class="tactic-toggle" id={{id}}></input>
<span class="tactic-state">
{{← if info.isEmpty then
Expand Down

0 comments on commit 2bdd4ba

Please sign in to comment.