From 1a63cfcc3d83919e790e7e279eb35fc75adb0e3c Mon Sep 17 00:00:00 2001 From: Ondrej Jirman Date: Fri, 25 May 2007 23:15:10 +0000 Subject: Use & instead of & in URLs. Signed-off-by: Lars Hjemli --- (limited to 'ui-log.c') diff --git a/ui-log.c b/ui-log.c index c80fd73..75bbbe4 100644 --- a/ui-log.c +++ b/ui-log.c @@ -114,14 +114,14 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *path) if (ofs > 0) { html(" [prev] "); } if ((commit = get_revision(&rev)) != NULL) { html(" [next] "); } html(""); -- cgit v0.9.0.2