Change: replace inputs of type submit with button elements

Attributes 'type="submit"' got removed because it's the default type.
Therefore the attribute can be omitted.
This commit is contained in:
Heiko August 2020-04-27 11:23:48 +02:00
parent b13bfd52bb
commit f9d6025a75
9 changed files with 10 additions and 10 deletions

View file

@ -91,7 +91,7 @@ EOT;
$output .= <<<EOT
automatisch</label>
<input type="submit" name="commclose_do" value="schlie&#223;en" />.</p>
<button name="commclose_do" value="schlie&#223;en">schlie&#223;en</button></p>
<p>Nach der angegeben Zeit k&#246;nnen Beitr&#228;ge nicht mehr kommentiert werden.</p>
</form>
EOT;