diff --git a/lib/HTMLUtils.php b/lib/HTMLUtils.php index 674d067f..1a947715 100644 --- a/lib/HTMLUtils.php +++ b/lib/HTMLUtils.php @@ -96,12 +96,12 @@ CARD; $card .= '
'; } else if($inputEntry['type'] == 'checkbox') { - $card .= '
' . PHP_EOL; + $card .= '
' . PHP_EOL; } }