Fossil SCM
Remove a superfluous ';' from the end of artifact listings.
Commit
a48c661d9a06a5eea05becc8bf8b8e9cdd8e9fa3
Parent
046658848c21cd5…
1 file changed
+1
-1
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -1274,11 +1274,11 @@ | ||
| 1274 | 1274 | const char *z = blob_str(&content); |
| 1275 | 1275 | if( zLn ){ |
| 1276 | 1276 | output_text_with_line_numbers(z, zLn); |
| 1277 | 1277 | }else{ |
| 1278 | 1278 | @ <pre> |
| 1279 | - @ %h(z); | |
| 1279 | + @ %h(z) | |
| 1280 | 1280 | @ </pre> |
| 1281 | 1281 | } |
| 1282 | 1282 | }else if( strncmp(zMime, "image/", 6)==0 ){ |
| 1283 | 1283 | @ <img src="%s(g.zTop)/raw?name=%s(zUuid)&m=%s(zMime)"></img> |
| 1284 | 1284 | }else{ |
| 1285 | 1285 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -1274,11 +1274,11 @@ | |
| 1274 | const char *z = blob_str(&content); |
| 1275 | if( zLn ){ |
| 1276 | output_text_with_line_numbers(z, zLn); |
| 1277 | }else{ |
| 1278 | @ <pre> |
| 1279 | @ %h(z); |
| 1280 | @ </pre> |
| 1281 | } |
| 1282 | }else if( strncmp(zMime, "image/", 6)==0 ){ |
| 1283 | @ <img src="%s(g.zTop)/raw?name=%s(zUuid)&m=%s(zMime)"></img> |
| 1284 | }else{ |
| 1285 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -1274,11 +1274,11 @@ | |
| 1274 | const char *z = blob_str(&content); |
| 1275 | if( zLn ){ |
| 1276 | output_text_with_line_numbers(z, zLn); |
| 1277 | }else{ |
| 1278 | @ <pre> |
| 1279 | @ %h(z) |
| 1280 | @ </pre> |
| 1281 | } |
| 1282 | }else if( strncmp(zMime, "image/", 6)==0 ){ |
| 1283 | @ <img src="%s(g.zTop)/raw?name=%s(zUuid)&m=%s(zMime)"></img> |
| 1284 | }else{ |
| 1285 |