web commit by http://subvert.org.uk/~bma/: Escape what IkiWiki thinks are links.

master
joey 2007-08-30 17:27:43 +00:00
parent 1091ab8c3e
commit a1ef7086f3
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
In the example ikiwiki.setup:
diffurl => "http://localhost:8000/?fd=[[changeset]];file=[[file]]",
diffurl => "http://localhost:8000/?fd=\[[changeset]];file=\[[file]]",
should be:
diffurl => "http://localhost:8000/?fd=[[r2]];file=[[file]]",
diffurl => "http://localhost:8000/?fd=\[[r2]];file=\[[file]]",
(changeset doesn't get expanded; r2 does, to what appears to be The Right Thing)