Fossil SCM
Fix password change reported on Fossil Forum bug by ending the form tag properly.
Commit
643123d5919fe82c0b6809c0f05a6578315786c2cd435d9a634c93b5a4c6222f
Parent
5152d81e4d5caae…
1 file changed
+1
+1
| --- src/login.c | ||
| +++ src/login.c | ||
| @@ -697,10 +697,11 @@ | ||
| 697 | 697 | @ <input type="hidden" name="anon" value="1" /> |
| 698 | 698 | } |
| 699 | 699 | if( g.zLogin ){ |
| 700 | 700 | @ <p>Currently logged in as <b>%h(g.zLogin)</b>. |
| 701 | 701 | @ <input type="submit" name="out" value="Logout"></p> |
| 702 | + @ </form> | |
| 702 | 703 | }else{ |
| 703 | 704 | @ <table class="login_out"> |
| 704 | 705 | @ <tr> |
| 705 | 706 | @ <td class="form_label">User ID:</td> |
| 706 | 707 | if( anonFlag ){ |
| 707 | 708 |
| --- src/login.c | |
| +++ src/login.c | |
| @@ -697,10 +697,11 @@ | |
| 697 | @ <input type="hidden" name="anon" value="1" /> |
| 698 | } |
| 699 | if( g.zLogin ){ |
| 700 | @ <p>Currently logged in as <b>%h(g.zLogin)</b>. |
| 701 | @ <input type="submit" name="out" value="Logout"></p> |
| 702 | }else{ |
| 703 | @ <table class="login_out"> |
| 704 | @ <tr> |
| 705 | @ <td class="form_label">User ID:</td> |
| 706 | if( anonFlag ){ |
| 707 |
| --- src/login.c | |
| +++ src/login.c | |
| @@ -697,10 +697,11 @@ | |
| 697 | @ <input type="hidden" name="anon" value="1" /> |
| 698 | } |
| 699 | if( g.zLogin ){ |
| 700 | @ <p>Currently logged in as <b>%h(g.zLogin)</b>. |
| 701 | @ <input type="submit" name="out" value="Logout"></p> |
| 702 | @ </form> |
| 703 | }else{ |
| 704 | @ <table class="login_out"> |
| 705 | @ <tr> |
| 706 | @ <td class="form_label">User ID:</td> |
| 707 | if( anonFlag ){ |
| 708 |