Fossil SCM
Correct typo in title of web page
Commit
a3e50c99f343eb6ebe66ac86d4a2f0ed0edc80b673ad2a800eca681d68bebb92
Parent
b1191c1ee05f3a2…
1 file changed
+1
-1
+1
-1
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -2365,11 +2365,11 @@ | ||
| 2365 | 2365 | login_check_credentials(); |
| 2366 | 2366 | if( !g.perm.Setup && !g.perm.Admin ){ |
| 2367 | 2367 | login_needed(0); |
| 2368 | 2368 | return; |
| 2369 | 2369 | } |
| 2370 | - style_header("URL ALias Configuration"); | |
| 2370 | + style_header("URL Alias Configuration"); | |
| 2371 | 2371 | if( P("submit")!=0 ){ |
| 2372 | 2372 | Blob token; |
| 2373 | 2373 | Blob sql; |
| 2374 | 2374 | const char *zNewName; |
| 2375 | 2375 | const char *zValue; |
| 2376 | 2376 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -2365,11 +2365,11 @@ | |
| 2365 | login_check_credentials(); |
| 2366 | if( !g.perm.Setup && !g.perm.Admin ){ |
| 2367 | login_needed(0); |
| 2368 | return; |
| 2369 | } |
| 2370 | style_header("URL ALias Configuration"); |
| 2371 | if( P("submit")!=0 ){ |
| 2372 | Blob token; |
| 2373 | Blob sql; |
| 2374 | const char *zNewName; |
| 2375 | const char *zValue; |
| 2376 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -2365,11 +2365,11 @@ | |
| 2365 | login_check_credentials(); |
| 2366 | if( !g.perm.Setup && !g.perm.Admin ){ |
| 2367 | login_needed(0); |
| 2368 | return; |
| 2369 | } |
| 2370 | style_header("URL Alias Configuration"); |
| 2371 | if( P("submit")!=0 ){ |
| 2372 | Blob token; |
| 2373 | Blob sql; |
| 2374 | const char *zNewName; |
| 2375 | const char *zValue; |
| 2376 |