Fossil SCM
Fix a typo on the /secaudit0 page.
Commit
fef157554fabba4313d85b3b98d66e07f764f997623a206d6bd35994e7c5ba08
Parent
bbf17aeb87ab0a0…
1 file changed
+2
-2
+2
-2
| --- src/security_audit.c | ||
| +++ src/security_audit.c | ||
| @@ -223,12 +223,12 @@ | ||
| 223 | 223 | }else{ |
| 224 | 224 | int nUrl = db_int(0, "SELECT count(*) FROM config" |
| 225 | 225 | " WHERE name GLOB 'baseurl:*'"); |
| 226 | 226 | @ <li><p>This repository does not have a canonical access URL. |
| 227 | 227 | if( nUrl==1 ){ |
| 228 | - @ There 1 | |
| 229 | - @ <a href="urllist?urlonly">1 non-canonical URLs</a> | |
| 228 | + @ There is | |
| 229 | + @ <a href="urllist?urlonly">1 non-canonical URL</a> | |
| 230 | 230 | @ that has been used to access this repository. |
| 231 | 231 | }else if( nUrl>=2 ){ |
| 232 | 232 | @ There are |
| 233 | 233 | @ <a href="urllist?all&urlonly">%d(nUrl) non-canonical URLs</a> |
| 234 | 234 | @ that have been used to access this repository. |
| 235 | 235 |
| --- src/security_audit.c | |
| +++ src/security_audit.c | |
| @@ -223,12 +223,12 @@ | |
| 223 | }else{ |
| 224 | int nUrl = db_int(0, "SELECT count(*) FROM config" |
| 225 | " WHERE name GLOB 'baseurl:*'"); |
| 226 | @ <li><p>This repository does not have a canonical access URL. |
| 227 | if( nUrl==1 ){ |
| 228 | @ There 1 |
| 229 | @ <a href="urllist?urlonly">1 non-canonical URLs</a> |
| 230 | @ that has been used to access this repository. |
| 231 | }else if( nUrl>=2 ){ |
| 232 | @ There are |
| 233 | @ <a href="urllist?all&urlonly">%d(nUrl) non-canonical URLs</a> |
| 234 | @ that have been used to access this repository. |
| 235 |
| --- src/security_audit.c | |
| +++ src/security_audit.c | |
| @@ -223,12 +223,12 @@ | |
| 223 | }else{ |
| 224 | int nUrl = db_int(0, "SELECT count(*) FROM config" |
| 225 | " WHERE name GLOB 'baseurl:*'"); |
| 226 | @ <li><p>This repository does not have a canonical access URL. |
| 227 | if( nUrl==1 ){ |
| 228 | @ There is |
| 229 | @ <a href="urllist?urlonly">1 non-canonical URL</a> |
| 230 | @ that has been used to access this repository. |
| 231 | }else if( nUrl>=2 ){ |
| 232 | @ There are |
| 233 | @ <a href="urllist?all&urlonly">%d(nUrl) non-canonical URLs</a> |
| 234 | @ that have been used to access this repository. |
| 235 |