Update of /cvsroot/phpweather/phpweather/config
In directory usw-pr-cvs1:/tmp/cvs-serv32090
Modified Files:
make_config.php
Log Message:
Hmm, my Mozilla doesn't treat newlines in the value attribute
correctly... strange and annoying.
Index: make_config.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/config/make_config.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- make_config.php 29 May 2002 20:42:56 -0000 1.3
+++ make_config.php 14 Jul 2002 23:02:41 -0000 1.4
@@ -403,9 +403,9 @@
<form action="<? echo $PHP_SELF . '?' . SID ?>" method="post">
-<p>You can <input type="submit" name="download" value="Download the
-Configuration" /> or <input type="reset" value="Reset Everything"
-onclick="document.location='reset_session.php'" /></p>
+<p>You can <input type="submit" name="download"
+value="Download the Configuration" /> or <input type="reset"
+value="Reset Everything" onclick="document.location='reset_session.php'" /></p>
<dl>
<?php
@@ -415,7 +415,7 @@
?>
</dl>
-<p><input type="submit" value="Update options"></p>
+<p><input type="submit" value="Update options" /></p>
<p>This is a configuration file bases on your answers above:</p>
|