Fossil SCM
fixed a couple missing closing quotes (they screw up emacs' highlighting)
Commit
50a372c1e5e42a7a1a7cfe38fa91150dd7987119
Parent
9f654b99840423c…
1 file changed
+2
-2
+2
-2
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -327,11 +327,11 @@ | ||
| 327 | 327 | ){ |
| 328 | 328 | style_header("User Creation Error"); |
| 329 | 329 | @ <font color="red">Login "%h(zLogin)" is already used by a different |
| 330 | 330 | @ user.</font> |
| 331 | 331 | @ |
| 332 | - @ <p><a href="setup_uedit?id=%d(uid))>[Bummer]</a></p> | |
| 332 | + @ <p><a href="setup_uedit?id=%d(uid)">[Bummer]</a></p> | |
| 333 | 333 | style_footer(); |
| 334 | 334 | return; |
| 335 | 335 | } |
| 336 | 336 | login_verify_csrf_secret(); |
| 337 | 337 | db_multi_exec( |
| @@ -570,11 +570,11 @@ | ||
| 570 | 570 | @ </p></li> |
| 571 | 571 | @ |
| 572 | 572 | @ <li><p> |
| 573 | 573 | @ Users with the <b>Password</b> privilege are allowed to change their |
| 574 | 574 | @ own password. Recommended ON for most users but OFF for special |
| 575 | - @ users "developer, "anonymous", and "nobody". | |
| 575 | + @ users "developer", "anonymous", and "nobody". | |
| 576 | 576 | @ </p></li> |
| 577 | 577 | @ |
| 578 | 578 | @ <li><p> |
| 579 | 579 | @ The <b>EMail</b> privilege allows the display of sensitive information |
| 580 | 580 | @ such as the email address of users and contact information on tickets. |
| 581 | 581 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -327,11 +327,11 @@ | |
| 327 | ){ |
| 328 | style_header("User Creation Error"); |
| 329 | @ <font color="red">Login "%h(zLogin)" is already used by a different |
| 330 | @ user.</font> |
| 331 | @ |
| 332 | @ <p><a href="setup_uedit?id=%d(uid))>[Bummer]</a></p> |
| 333 | style_footer(); |
| 334 | return; |
| 335 | } |
| 336 | login_verify_csrf_secret(); |
| 337 | db_multi_exec( |
| @@ -570,11 +570,11 @@ | |
| 570 | @ </p></li> |
| 571 | @ |
| 572 | @ <li><p> |
| 573 | @ Users with the <b>Password</b> privilege are allowed to change their |
| 574 | @ own password. Recommended ON for most users but OFF for special |
| 575 | @ users "developer, "anonymous", and "nobody". |
| 576 | @ </p></li> |
| 577 | @ |
| 578 | @ <li><p> |
| 579 | @ The <b>EMail</b> privilege allows the display of sensitive information |
| 580 | @ such as the email address of users and contact information on tickets. |
| 581 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -327,11 +327,11 @@ | |
| 327 | ){ |
| 328 | style_header("User Creation Error"); |
| 329 | @ <font color="red">Login "%h(zLogin)" is already used by a different |
| 330 | @ user.</font> |
| 331 | @ |
| 332 | @ <p><a href="setup_uedit?id=%d(uid)">[Bummer]</a></p> |
| 333 | style_footer(); |
| 334 | return; |
| 335 | } |
| 336 | login_verify_csrf_secret(); |
| 337 | db_multi_exec( |
| @@ -570,11 +570,11 @@ | |
| 570 | @ </p></li> |
| 571 | @ |
| 572 | @ <li><p> |
| 573 | @ Users with the <b>Password</b> privilege are allowed to change their |
| 574 | @ own password. Recommended ON for most users but OFF for special |
| 575 | @ users "developer", "anonymous", and "nobody". |
| 576 | @ </p></li> |
| 577 | @ |
| 578 | @ <li><p> |
| 579 | @ The <b>EMail</b> privilege allows the display of sensitive information |
| 580 | @ such as the email address of users and contact information on tickets. |
| 581 |