Fossil SCM
Fix grammar
Commit
c1d9e0f4f81ac38157566a438f255e944d572908
Parent
49b59bc5593a0e2…
1 file changed
+1
-1
+1
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -277,11 +277,11 @@ | ||
| 277 | 277 | if( !g.okHistory && |
| 278 | 278 | db_exists("SELECT 1 FROM user" |
| 279 | 279 | " WHERE login='anonymous'" |
| 280 | 280 | " AND cap LIKE '%%h%%'") ){ |
| 281 | 281 | @ <p><b>Note:</b> You will be able to access <u>much</u> more |
| 282 | - @ historical information if <a href="%s(g.zTop)/login">login</a>.</p> | |
| 282 | + @ historical information if you <a href="%s(g.zTop)/login">login</a>.</p> | |
| 283 | 283 | } |
| 284 | 284 | blob_zero(&sql); |
| 285 | 285 | blob_append(&sql, timeline_query_for_www(), -1); |
| 286 | 286 | if( zType ){ |
| 287 | 287 | blob_appendf(&sql, " AND event.type=%Q", zType); |
| 288 | 288 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -277,11 +277,11 @@ | |
| 277 | if( !g.okHistory && |
| 278 | db_exists("SELECT 1 FROM user" |
| 279 | " WHERE login='anonymous'" |
| 280 | " AND cap LIKE '%%h%%'") ){ |
| 281 | @ <p><b>Note:</b> You will be able to access <u>much</u> more |
| 282 | @ historical information if <a href="%s(g.zTop)/login">login</a>.</p> |
| 283 | } |
| 284 | blob_zero(&sql); |
| 285 | blob_append(&sql, timeline_query_for_www(), -1); |
| 286 | if( zType ){ |
| 287 | blob_appendf(&sql, " AND event.type=%Q", zType); |
| 288 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -277,11 +277,11 @@ | |
| 277 | if( !g.okHistory && |
| 278 | db_exists("SELECT 1 FROM user" |
| 279 | " WHERE login='anonymous'" |
| 280 | " AND cap LIKE '%%h%%'") ){ |
| 281 | @ <p><b>Note:</b> You will be able to access <u>much</u> more |
| 282 | @ historical information if you <a href="%s(g.zTop)/login">login</a>.</p> |
| 283 | } |
| 284 | blob_zero(&sql); |
| 285 | blob_append(&sql, timeline_query_for_www(), -1); |
| 286 | if( zType ){ |
| 287 | blob_appendf(&sql, " AND event.type=%Q", zType); |
| 288 |