Skip to content

Commit

Permalink
Fix labels
Browse files Browse the repository at this point in the history
  • Loading branch information
noirscape committed May 12, 2021
1 parent 47c8152 commit 574b11b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/core.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ <h3>Payload:</h3>
</p>
<p>
<input type="radio" name="payload" id="hekate.bin" value="hekate.bin" checked>
<label for="fusee.bin">Hekate {} - (hekate_ctcaer.bin)</label>
<label for="hekate.bin">Hekate {} - (hekate_ctcaer.bin)</label>
</p>
<p>
<input type="radio" name="payload" id="tegraexplorer.bin" value="tegraexplorer.bin">
<label for="fusee.bin">TegraExplorer v{} - (tegraexplorer.bin)</label>
<label for="tegraexplorer.bin">TegraExplorer v{} - (tegraexplorer.bin)</label>
</p>
<p>
<input type="radio" name="payload" id="lockpick.bin" value="lockpick.bin">
<label for="fusee.bin">Lockpick_RCM {} - (lockpick.bin)</label>
<label for="lockpick.bin">Lockpick_RCM {} - (lockpick.bin)</label>
</p>
<p>
<input type="radio" name="payload" id="uploaded" value="uploaded">
Expand Down

0 comments on commit 574b11b

Please sign in to comment.