diff --git a/check.php b/check.php
index 43e2998..2f28131 100644
--- a/check.php
+++ b/check.php
@@ -75,7 +75,7 @@ class Check {
}
function println($line) {
- echo "$line
";
+ echo "
$line
";
}
}
diff --git a/inc/css/custom.css b/inc/css/custom.css
index 64c8d08..1cd0981 100644
--- a/inc/css/custom.css
+++ b/inc/css/custom.css
@@ -38,6 +38,14 @@ tr.hover {
cursor: pointer;
}
+/* check form */
+.litebans-check {
+ text-align: left;
+}
+
+.litebans-check-output {
+}
+
/* pager */
.litebans-pager {
diff --git a/inc/page.php b/inc/page.php
index 5f43d0b..56cc194 100644
--- a/inc/page.php
+++ b/inc/page.php
@@ -440,13 +440,13 @@ class Page {
function print_check_form() {
$table = $this->name;
echo '
-