summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-05-25 20:43:35 +0200
committeremkael <emkael@tlen.pl>2020-05-25 20:43:35 +0200
commitd76e8702883dfb0a566ebaa810985e5d68fa2c84 (patch)
treea4ec2745d090629875ab0908079544b394c947d0
parent3d22ae0836a8f20a355be0011579fd468da7e52b (diff)
Code formatting
-rw-r--r--index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.php b/index.php
index 39bf117..98d5b23 100644
--- a/index.php
+++ b/index.php
@@ -103,12 +103,12 @@
<hr>
- <form id="boardNumForm" method="post" action=".">
+ <form id="boardNumForm" method="post" action=".">
Wprowadź liczbę rozdań: <input type="number" name="n" style="width:40px"><br />
- Typ tabeli: <input type="radio" name="discrete" value="0" checked="checked"> ciągła,
- <input type="radio" name="discrete" value="1"> dyskretna<br /><br />
+ Typ tabeli: <input type="radio" name="discrete" value="0" checked="checked"> ciągła,
+ <input type="radio" name="discrete" value="1"> dyskretna<br /><br />
<a class="btn btn-success" href="#" onclick="document.forms['boardNumForm'].submit();">Pokaż tabelę</a>
- </form>
+ </form>
<?php
$n = $_POST['n'];