Closed the input tags

This commit is contained in:
Jack-Benny Persson 2014-06-18 18:24:38 +02:00
parent 8c989afa29
commit 70770b9c50

View File

@ -57,9 +57,9 @@ else
"<html>\n<head><title>Intereset On Interest</title></head>\n<body>" .
"<h1>Interest On Interest calculator</h1>\n" .
"<form method=\"GET\" action=\"$_SERVER[PHP_SELF]\">\n" .
"Money: <input type=\"text\" name=\"money\"><br />\n" .
"Interest: <input type=\"text\" name=\"interest\"><br />\n" .
"Years:<input type=\"text\" name=\"years\"><br />\n" .
"Money: <input type=\"text\" name=\"money\"/><br />\n" .
"Interest: <input type=\"text\" name=\"interest\"/><br />\n" .
"Years:<input type=\"text\" name=\"years\"/><br />\n" .
"<input type=\"submit\" value=\"Calculate\">\n" .
"</form>\n<br />\n");