Fossil SCM
Change • into • per ticket [2ed0655983b51af6].
Commit
72e9eb6a0d4c6e77787839525ad9e83446c655b9
Parent
39bbc6010ed25df…
2 files changed
+6
-6
+1
-1
+6
-6
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -371,27 +371,27 @@ | ||
| 371 | 371 | memset(inherit, 0, sizeof(inherit)); |
| 372 | 372 | if( strcmp(zLogin, "developer") ){ |
| 373 | 373 | char *z1, *z2; |
| 374 | 374 | z1 = z2 = db_text(0,"SELECT cap FROM user WHERE login='developer'"); |
| 375 | 375 | while( z1 && *z1 ){ |
| 376 | - inherit[0x7f & *(z1++)] = "<font color=\"red\">•</font>"; | |
| 376 | + inherit[0x7f & *(z1++)] = "<font color=\"red\">•</font>"; | |
| 377 | 377 | } |
| 378 | 378 | free(z2); |
| 379 | 379 | } |
| 380 | 380 | if( strcmp(zLogin, "anonymous") ){ |
| 381 | 381 | char *z1, *z2; |
| 382 | 382 | z1 = z2 = db_text(0,"SELECT cap FROM user WHERE login='anonymous'"); |
| 383 | 383 | while( z1 && *z1 ){ |
| 384 | - inherit[0x7f & *(z1++)] = "<font color=\"blue\">•</font>"; | |
| 384 | + inherit[0x7f & *(z1++)] = "<font color=\"blue\">•</font>"; | |
| 385 | 385 | } |
| 386 | 386 | free(z2); |
| 387 | 387 | } |
| 388 | 388 | if( strcmp(zLogin, "nobody") ){ |
| 389 | 389 | char *z1, *z2; |
| 390 | 390 | z1 = z2 = db_text(0,"SELECT cap FROM user WHERE login='nobody'"); |
| 391 | 391 | while( z1 && *z1 ){ |
| 392 | - inherit[0x7f & *(z1++)] = "<font color=\"green\">•</font>"; | |
| 392 | + inherit[0x7f & *(z1++)] = "<font color=\"green\">•</font>"; | |
| 393 | 393 | } |
| 394 | 394 | free(z2); |
| 395 | 395 | } |
| 396 | 396 | |
| 397 | 397 | /* Begin generating the page |
| @@ -485,22 +485,22 @@ | ||
| 485 | 485 | @ and reset user passwords. Both automatically get all other privileges |
| 486 | 486 | @ listed below. Use these two settings with discretion. |
| 487 | 487 | @ </p></li> |
| 488 | 488 | @ |
| 489 | 489 | @ <li><p> |
| 490 | - @ The "<font color="green"><big>•</big></font>" mark indicates | |
| 490 | + @ The "<font color="green"><big>•</big></font>" mark indicates | |
| 491 | 491 | @ the privileges of "nobody" that are available to all users |
| 492 | 492 | @ regardless of whether or not they are logged in. |
| 493 | 493 | @ </p></li> |
| 494 | 494 | @ |
| 495 | 495 | @ <li><p> |
| 496 | - @ The "<font color="blue"><big>•</big></font>" mark indicates | |
| 496 | + @ The "<font color="blue"><big>•</big></font>" mark indicates | |
| 497 | 497 | @ the privileges of "anonymous" that are inherited by all logged-in users. |
| 498 | 498 | @ </p></li> |
| 499 | 499 | @ |
| 500 | 500 | @ <li><p> |
| 501 | - @ The "<font color="red"><big>•</big></font>" mark indicates | |
| 501 | + @ The "<font color="red"><big>•</big></font>" mark indicates | |
| 502 | 502 | @ the privileges of "developer" that are inherited by all users with |
| 503 | 503 | @ the <b>Developer</b> privilege. |
| 504 | 504 | @ </p></li> |
| 505 | 505 | @ |
| 506 | 506 | @ <li><p> |
| 507 | 507 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -371,27 +371,27 @@ | |
| 371 | memset(inherit, 0, sizeof(inherit)); |
| 372 | if( strcmp(zLogin, "developer") ){ |
| 373 | char *z1, *z2; |
| 374 | z1 = z2 = db_text(0,"SELECT cap FROM user WHERE login='developer'"); |
| 375 | while( z1 && *z1 ){ |
| 376 | inherit[0x7f & *(z1++)] = "<font color=\"red\">•</font>"; |
| 377 | } |
| 378 | free(z2); |
| 379 | } |
| 380 | if( strcmp(zLogin, "anonymous") ){ |
| 381 | char *z1, *z2; |
| 382 | z1 = z2 = db_text(0,"SELECT cap FROM user WHERE login='anonymous'"); |
| 383 | while( z1 && *z1 ){ |
| 384 | inherit[0x7f & *(z1++)] = "<font color=\"blue\">•</font>"; |
| 385 | } |
| 386 | free(z2); |
| 387 | } |
| 388 | if( strcmp(zLogin, "nobody") ){ |
| 389 | char *z1, *z2; |
| 390 | z1 = z2 = db_text(0,"SELECT cap FROM user WHERE login='nobody'"); |
| 391 | while( z1 && *z1 ){ |
| 392 | inherit[0x7f & *(z1++)] = "<font color=\"green\">•</font>"; |
| 393 | } |
| 394 | free(z2); |
| 395 | } |
| 396 | |
| 397 | /* Begin generating the page |
| @@ -485,22 +485,22 @@ | |
| 485 | @ and reset user passwords. Both automatically get all other privileges |
| 486 | @ listed below. Use these two settings with discretion. |
| 487 | @ </p></li> |
| 488 | @ |
| 489 | @ <li><p> |
| 490 | @ The "<font color="green"><big>•</big></font>" mark indicates |
| 491 | @ the privileges of "nobody" that are available to all users |
| 492 | @ regardless of whether or not they are logged in. |
| 493 | @ </p></li> |
| 494 | @ |
| 495 | @ <li><p> |
| 496 | @ The "<font color="blue"><big>•</big></font>" mark indicates |
| 497 | @ the privileges of "anonymous" that are inherited by all logged-in users. |
| 498 | @ </p></li> |
| 499 | @ |
| 500 | @ <li><p> |
| 501 | @ The "<font color="red"><big>•</big></font>" mark indicates |
| 502 | @ the privileges of "developer" that are inherited by all users with |
| 503 | @ the <b>Developer</b> privilege. |
| 504 | @ </p></li> |
| 505 | @ |
| 506 | @ <li><p> |
| 507 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -371,27 +371,27 @@ | |
| 371 | memset(inherit, 0, sizeof(inherit)); |
| 372 | if( strcmp(zLogin, "developer") ){ |
| 373 | char *z1, *z2; |
| 374 | z1 = z2 = db_text(0,"SELECT cap FROM user WHERE login='developer'"); |
| 375 | while( z1 && *z1 ){ |
| 376 | inherit[0x7f & *(z1++)] = "<font color=\"red\">•</font>"; |
| 377 | } |
| 378 | free(z2); |
| 379 | } |
| 380 | if( strcmp(zLogin, "anonymous") ){ |
| 381 | char *z1, *z2; |
| 382 | z1 = z2 = db_text(0,"SELECT cap FROM user WHERE login='anonymous'"); |
| 383 | while( z1 && *z1 ){ |
| 384 | inherit[0x7f & *(z1++)] = "<font color=\"blue\">•</font>"; |
| 385 | } |
| 386 | free(z2); |
| 387 | } |
| 388 | if( strcmp(zLogin, "nobody") ){ |
| 389 | char *z1, *z2; |
| 390 | z1 = z2 = db_text(0,"SELECT cap FROM user WHERE login='nobody'"); |
| 391 | while( z1 && *z1 ){ |
| 392 | inherit[0x7f & *(z1++)] = "<font color=\"green\">•</font>"; |
| 393 | } |
| 394 | free(z2); |
| 395 | } |
| 396 | |
| 397 | /* Begin generating the page |
| @@ -485,22 +485,22 @@ | |
| 485 | @ and reset user passwords. Both automatically get all other privileges |
| 486 | @ listed below. Use these two settings with discretion. |
| 487 | @ </p></li> |
| 488 | @ |
| 489 | @ <li><p> |
| 490 | @ The "<font color="green"><big>•</big></font>" mark indicates |
| 491 | @ the privileges of "nobody" that are available to all users |
| 492 | @ regardless of whether or not they are logged in. |
| 493 | @ </p></li> |
| 494 | @ |
| 495 | @ <li><p> |
| 496 | @ The "<font color="blue"><big>•</big></font>" mark indicates |
| 497 | @ the privileges of "anonymous" that are inherited by all logged-in users. |
| 498 | @ </p></li> |
| 499 | @ |
| 500 | @ <li><p> |
| 501 | @ The "<font color="red"><big>•</big></font>" mark indicates |
| 502 | @ the privileges of "developer" that are inherited by all users with |
| 503 | @ the <b>Developer</b> privilege. |
| 504 | @ </p></li> |
| 505 | @ |
| 506 | @ <li><p> |
| 507 |
+1
-1
| --- src/wikiformat.c | ||
| +++ src/wikiformat.c | ||
| @@ -1045,11 +1045,11 @@ | ||
| 1045 | 1045 | p->state |= AT_NEWLINE; |
| 1046 | 1046 | break; |
| 1047 | 1047 | } |
| 1048 | 1048 | case TOKEN_BULLET: { |
| 1049 | 1049 | if( inlineOnly ){ |
| 1050 | - blob_append(p->pOut, " • ", -1); | |
| 1050 | + blob_append(p->pOut, " • ", -1); | |
| 1051 | 1051 | }else{ |
| 1052 | 1052 | if( p->wikiList!=MARKUP_UL ){ |
| 1053 | 1053 | if( p->wikiList ){ |
| 1054 | 1054 | popStackToTag(p, p->wikiList); |
| 1055 | 1055 | } |
| 1056 | 1056 |
| --- src/wikiformat.c | |
| +++ src/wikiformat.c | |
| @@ -1045,11 +1045,11 @@ | |
| 1045 | p->state |= AT_NEWLINE; |
| 1046 | break; |
| 1047 | } |
| 1048 | case TOKEN_BULLET: { |
| 1049 | if( inlineOnly ){ |
| 1050 | blob_append(p->pOut, " • ", -1); |
| 1051 | }else{ |
| 1052 | if( p->wikiList!=MARKUP_UL ){ |
| 1053 | if( p->wikiList ){ |
| 1054 | popStackToTag(p, p->wikiList); |
| 1055 | } |
| 1056 |
| --- src/wikiformat.c | |
| +++ src/wikiformat.c | |
| @@ -1045,11 +1045,11 @@ | |
| 1045 | p->state |= AT_NEWLINE; |
| 1046 | break; |
| 1047 | } |
| 1048 | case TOKEN_BULLET: { |
| 1049 | if( inlineOnly ){ |
| 1050 | blob_append(p->pOut, " • ", -1); |
| 1051 | }else{ |
| 1052 | if( p->wikiList!=MARKUP_UL ){ |
| 1053 | if( p->wikiList ){ |
| 1054 | popStackToTag(p, p->wikiList); |
| 1055 | } |
| 1056 |