remove ugly line break

This commit is contained in:
Felix Schulze 2019-11-06 15:01:37 +01:00
parent 39bf21b454
commit e7de60c4d4

View File

@ -5,6 +5,6 @@ echo "
<form onSubmit='return false;' style='display:table; margin:auto;'> <form onSubmit='return false;' style='display:table; margin:auto;'>
<h5>Meritpoäng:</h5> <h5>Meritpoäng:</h5>
<input class='meritpoint' style='width:29px; position:static;' value='0' type='number' step='0.5' min='0' max='2.5'> <input class='meritpoint' style='width:29px; position:static;' value='0' type='number' step='0.5' min='0' max='2.5'>
</form><br> </form>
<span class='score_span' style='margin-left:0px;'></span> <span class='score_span' style='margin-left:0px;'></span>
"; ";