From: Jason Blevins Date: Mon, 27 Oct 2008 04:45:54 +0000 (-0400) Subject: Fix escaping X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/065cae4670d32f7293ab06ea10ac18e59acc0bc8 Fix escaping --- diff --git a/doc/todo/provide_sha1_for_git_diffurl.mdwn b/doc/todo/provide_sha1_for_git_diffurl.mdwn index aac3c6307..af785c3e6 100644 --- a/doc/todo/provide_sha1_for_git_diffurl.mdwn +++ b/doc/todo/provide_sha1_for_git_diffurl.mdwn @@ -2,7 +2,7 @@ This [[patch]] allows for `\[[sha1]]` substitution in the `diffurl` for git repositories. This is useful for use with [cgit][] which has diffurls of the following form: - /project.git/diff/[[file]]?id=\[[sha1]] + /project.git/diff/\[[file]]?id=\[[sha1]] [cgit]: http://hjemli.net/git/cgit/