Fossil SCM
Improved header on the /finfo single-file timeline page.
Commit
88c4a53e34ca8fa4c22c8c4f810e429467515021
Parent
51fc4a3ec3dc54c…
1 file changed
+1
-1
+1
-1
| --- src/finfo.c | ||
| +++ src/finfo.c | ||
| @@ -411,11 +411,11 @@ | ||
| 411 | 411 | if( fShowId ) blob_appendf(&title, " (%d)", fnid); |
| 412 | 412 | blob_appendf(&title, " from check-in %z%S</a>", zLink, zUuid); |
| 413 | 413 | if( fShowId ) blob_appendf(&title, " (%d)", baseCheckin); |
| 414 | 414 | fossil_free(zUuid); |
| 415 | 415 | }else{ |
| 416 | - blob_appendf(&title, "History of files named "); | |
| 416 | + blob_appendf(&title, "History of "); | |
| 417 | 417 | hyperlinked_path(zFilename, &title, 0, "tree", ""); |
| 418 | 418 | if( fShowId ) blob_appendf(&title, " (%d)", fnid); |
| 419 | 419 | } |
| 420 | 420 | @ <h2>%b(&title)</h2> |
| 421 | 421 | blob_reset(&title); |
| 422 | 422 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -411,11 +411,11 @@ | |
| 411 | if( fShowId ) blob_appendf(&title, " (%d)", fnid); |
| 412 | blob_appendf(&title, " from check-in %z%S</a>", zLink, zUuid); |
| 413 | if( fShowId ) blob_appendf(&title, " (%d)", baseCheckin); |
| 414 | fossil_free(zUuid); |
| 415 | }else{ |
| 416 | blob_appendf(&title, "History of files named "); |
| 417 | hyperlinked_path(zFilename, &title, 0, "tree", ""); |
| 418 | if( fShowId ) blob_appendf(&title, " (%d)", fnid); |
| 419 | } |
| 420 | @ <h2>%b(&title)</h2> |
| 421 | blob_reset(&title); |
| 422 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -411,11 +411,11 @@ | |
| 411 | if( fShowId ) blob_appendf(&title, " (%d)", fnid); |
| 412 | blob_appendf(&title, " from check-in %z%S</a>", zLink, zUuid); |
| 413 | if( fShowId ) blob_appendf(&title, " (%d)", baseCheckin); |
| 414 | fossil_free(zUuid); |
| 415 | }else{ |
| 416 | blob_appendf(&title, "History of "); |
| 417 | hyperlinked_path(zFilename, &title, 0, "tree", ""); |
| 418 | if( fShowId ) blob_appendf(&title, " (%d)", fnid); |
| 419 | } |
| 420 | @ <h2>%b(&title)</h2> |
| 421 | blob_reset(&title); |
| 422 |