Fossil Forum

chungy 2 weeks, 2 days ago

Post: Fix misplaced parenthesis viewing an artifact via /info

Move the ) from inside to outside the hyperlink:

``` Index: src/info.c ================================================================== --- src/info.c
+++ src/info.c
@@ -2945,11 +2945,11 @@ const char zUser = db_column_text(&q,0); const char zDate = db_column_text(&q,1); const char *zIp = db_column_text(&q,2); int rcvid = db_column_int(&q,3); @

Received on %s(zDate) from %h(zUser) at %h(zIp). - @ (rcvid %d(rcvid))

+ @ (rcvid %d(rcvid))

} db_finalize(&q); } if( !docOnly ){ style_submenu_element("Download", "%R/raw/%s?at=%T",

```

danield 2 weeks, 2 days ago

Thanks, this has been corrected on trunk.

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button