diff options
| author | Ondrej Jirman <ondrej.jirman@zonio.net> | 2007-05-26 01:15:10 +0200 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2007-05-31 10:18:38 +0200 | 
| commit | 1a63cfcc3d83919e790e7e279eb35fc75adb0e3c (patch) | |
| tree | a2c613c6ae642dd6a4015142ccf04ed7c5629b8f /ui-view.c | |
| parent | Fixed unexpected tags in html output. (diff) | |
| download | cgit-1a63cfcc3d83919e790e7e279eb35fc75adb0e3c.tar.gz cgit-1a63cfcc3d83919e790e7e279eb35fc75adb0e3c.tar.bz2 cgit-1a63cfcc3d83919e790e7e279eb35fc75adb0e3c.zip | |
Use & instead of & in URLs.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
| -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>"); | 
