Fossil SCM

Fix password change reported on Fossil Forum bug by ending the form tag properly.

andybradford 2019-03-23 21:47 trunk
Commit 643123d5919fe82c0b6809c0f05a6578315786c2cd435d9a634c93b5a4c6222f
1 file changed +1
--- src/login.c
+++ src/login.c
@@ -697,10 +697,11 @@
697697
@ <input type="hidden" name="anon" value="1" />
698698
}
699699
if( g.zLogin ){
700700
@ <p>Currently logged in as <b>%h(g.zLogin)</b>.
701701
@ <input type="submit" name="out" value="Logout"></p>
702
+ @ </form>
702703
}else{
703704
@ <table class="login_out">
704705
@ <tr>
705706
@ <td class="form_label">User ID:</td>
706707
if( anonFlag ){
707708
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button