Update index.html

This commit is contained in:
SensoryEnvironmentTool 2022-03-29 13:49:17 +01:00 committed by GitHub
parent c7442968e3
commit c328b5ff8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@
<label for="office">Office</label> <label for="office">Office</label>
</div> </div>
<div> <div>
<input type="radio" id="student" name="setting" value="student-accomodation" aria-label="Student accomodation" <input type="radio" id="student" name="setting" value="student-accomodation" aria-label="Student accomodation">
<label for="student">Student accomodation</label> <label for="student">Student accomodation</label>
</div> </div>
<div> <div>
@ -1158,7 +1158,7 @@
</button> </button>
</section> </section>
<footer> <footer>
<input type="button" class="next print" onclick="window.print()" value="Print PDF"> <input type="button" class="next print" onclick="window.print()" value="Print PDF" aria-label="select for printing pdf">
<!--<input type="button" class="next" onclick="GeneratePdf();" value="Print PDF">--> <!--<input type="button" class="next" onclick="GeneratePdf();" value="Print PDF">-->
</footer> </footer>
</div> </div>