Fossil SCM
Fix a typo in HTML text.
Commit
3d5bc3d433f38e4f20dece1d13f80663b0b7c724
Parent
5176783c062d6af…
1 file changed
+1
-1
+1
-1
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -600,11 +600,11 @@ | ||
| 600 | 600 | @ </div></form> |
| 601 | 601 | @ </div> |
| 602 | 602 | @ <h2>Privileges And Capabilities:</h2> |
| 603 | 603 | @ <ul> |
| 604 | 604 | if( higherUser ){ |
| 605 | - @ <li><p class=missingPriv"> | |
| 605 | + @ <li><p class="missingPriv"> | |
| 606 | 606 | @ User %h(zLogin) has Setup privileges and you only have Admin privileges |
| 607 | 607 | @ so you are not permitted to make changes to %h(zLogin). |
| 608 | 608 | @ </p></li> |
| 609 | 609 | @ |
| 610 | 610 | } |
| 611 | 611 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -600,11 +600,11 @@ | |
| 600 | @ </div></form> |
| 601 | @ </div> |
| 602 | @ <h2>Privileges And Capabilities:</h2> |
| 603 | @ <ul> |
| 604 | if( higherUser ){ |
| 605 | @ <li><p class=missingPriv"> |
| 606 | @ User %h(zLogin) has Setup privileges and you only have Admin privileges |
| 607 | @ so you are not permitted to make changes to %h(zLogin). |
| 608 | @ </p></li> |
| 609 | @ |
| 610 | } |
| 611 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -600,11 +600,11 @@ | |
| 600 | @ </div></form> |
| 601 | @ </div> |
| 602 | @ <h2>Privileges And Capabilities:</h2> |
| 603 | @ <ul> |
| 604 | if( higherUser ){ |
| 605 | @ <li><p class="missingPriv"> |
| 606 | @ User %h(zLogin) has Setup privileges and you only have Admin privileges |
| 607 | @ so you are not permitted to make changes to %h(zLogin). |
| 608 | @ </p></li> |
| 609 | @ |
| 610 | } |
| 611 |