diff options
author | John Klug <john.klug@multitech.com> | 2019-11-27 14:30:34 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-11-27 14:30:34 -0600 |
commit | b13a75f0c8dc438d585d4e174f82dcadff77e71f (patch) | |
tree | 892ae4d60b6bd786d80fa9ed3ee70504aed4646e | |
parent | fb2365425be9683163cc06c5e364e28cbf637627 (diff) | |
download | commissioning-b13a75f0c8dc438d585d4e174f82dcadff77e71f.tar.gz commissioning-b13a75f0c8dc438d585d4e174f82dcadff77e71f.tar.bz2 commissioning-b13a75f0c8dc438d585d4e174f82dcadff77e71f.zip |
Fix vertical line spacing issues
-rw-r--r-- | www/pages/index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/pages/index.php b/www/pages/index.php index c338424..5721968 100644 --- a/www/pages/index.php +++ b/www/pages/index.php @@ -177,6 +177,7 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){ <h2>Commission Multi-Tech mLinux</h2> <p><label><?php echo $finished; ?></label></p> + <p> Product-ID: <?php echo $product; @@ -187,7 +188,8 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){ echo $device; ?> </h3> - <br> + </p> + <form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]); ?>" method="post"> <input type="hidden" name="save_password" value="<?php echo $save_password; ?>"> |