diff options
| author | Ondrej Jirman <[email protected]> | 2007-05-25 23:15:10 +0000 |
|---|---|---|
| committer | Lars Hjemli <[email protected]> | 2007-05-31 08:18:38 +0000 |
| commit | 1a63cfcc3d83919e790e7e279eb35fc75adb0e3c (patch) | |
| tree | a2c613c6ae642dd6a4015142ccf04ed7c5629b8f /ui-view.c | |
| parent | Fixed unexpected tags in html output. (diff) | |
| download | cgit-1a63cfcc3d83919e790e7e279eb35fc75adb0e3c.tar.gz cgit-1a63cfcc3d83919e790e7e279eb35fc75adb0e3c.zip | |
Use & instead of & in URLs.
Signed-off-by: Lars Hjemli <[email protected]>
Diffstat (limited to 'ui-view.c')
| -rw-r--r-- | ui-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ void cgit_print_view(const char *hex, char *path) html(" <a href='"); html_attr(cgit_pageurl(cgit_query_repo, "blob", - fmt("id=%s&path=%s", + fmt("id=%s&path=%s", hex, path))); html("'>download</a>"); |
