remove ugly line break
This commit is contained in:
parent
39bf21b454
commit
e7de60c4d4
@ -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>
|
||||||
";
|
";
|
||||||
|
Reference in New Issue
Block a user