bjornregnell / sigrid

Help queue web app for lab sessions and tutorials.
Apache License 2.0
10 stars 5 forks source link

Invalid break tags #13

Closed elliotbrack closed 4 years ago

elliotbrack commented 4 years ago

Break tags are written <br> or <br /> - they're self-closing. </br> doesn't pass validation. It also doesn't render properly in some browsers, e.g. iOS Safari, causing everything to appear on one line.

bjornregnell commented 4 years ago

Good catch. PR welcome :+1:

bjornregnell commented 4 years ago

@elliotbrack fixed now.