Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
theolaa committed Jul 30, 2021
1 parent a283786 commit 7b1eb2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cgi/bmi_calculator.pl
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@
<button type="submit" class="signupbtn" onclick="calculateBMI()">Calculate BMI</button>
<button type="submit" class="signupbtn" onclick="sendEmail()">Email results to: $data{email}</button>
<br/><br/><br/><br/>
<p id="BMI"> </p>
<p id="BMI-result"> </p>
<p id="BMI"></p>
<p id="BMI-result"></p>
<p id="emailbtn"></p>
</div>
</div>
HTML
Expand Down

0 comments on commit 7b1eb2c

Please sign in to comment.