diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-28 15:17:16 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-28 15:17:16 +0000 |
commit | 670b0e24b524f46868d7a3be8e93b20d0b9b8a29 (patch) | |
tree | a84eb71b233117f3b0aafda50e35e7922fb7411f | |
parent | f3c740ae480e6d370d192a3edfde2cd417415bdf (diff) |
web commit by JeroenSchot: escape [[]]'s.
-rw-r--r-- | doc/bugs.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index 8fa6e1aff..31c4abe77 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -29,4 +29,4 @@ preview, it doesn't get the link right because it makes it relative to where the page will be saved to, not to where the cgi script is. * RSS output contains relative links. Ie. http://kitenet.net/~joey/blog/index.rss contains a link to http://kitenet.net/~joey/blog/../blog.html -* \[\[inline archive="yes\]\] creates an RSS link, but no feed.
\ No newline at end of file +* [ [inline archive="yes] ] creates an RSS link, but no feed.
\ No newline at end of file |