Changeset 1601 for feedmelinks
- Timestamp:
- 08/16/08 22:24:40 (3 months ago)
- Files:
-
- feedmelinks/login.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
feedmelinks/login.php
r1448 r1601 215 215 216 216 <br /> 217 <form name="login_form" action="<?= $page ?>" method=" POST">217 <form name="login_form" action="<?= $page ?>" method="post"> 218 218 <input type="hidden" name="op" value="login" /> 219 219 <input type="hidden" name="debug" value="<?= $debug ?>" /> … … 345 345 <?php } ?> 346 346 347 <form name="create_account_form" id="create_account_form" action="<?= $page ?>" method=" POST" onSubmit="return(validateForm(this));">347 <form name="create_account_form" id="create_account_form" action="<?= $page ?>" method="post" onSubmit="return(validateForm(this));"> 348 348 <input type="hidden" name="debug" value="<?= $debug ?>" /> 349 349 <input type="hidden" name="op" value="createAccount" />