diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-04 18:36:41 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-04 18:36:41 +0000 |
commit | dd9ec3f5b63cd85d307968977cec2d2a245e640b (patch) | |
tree | 9a91acdb48eea64fbe36d57ba57e29ed1ed8dbf1 | |
parent | 2ac1e80db3dbfa1e651bfeac4c13d0db1c3e12bc (diff) |
web commit by joey: remove dup
-rw-r--r-- | doc/bugs.mdwn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index 5ef78b25a..06cfc976e 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -31,8 +31,6 @@ * If a file in the srcdir is removed, exposing a file in the underlaydir, ikiwiki will not notice the change and rebuild it until the file in the underlaydir gets a mtime newer than the mtime the removed file had. -* Pages rendered from files in the underlaydir should not have a history - link, since there's no file in the svn repo to view the history of. * Markdown will try to expand stuff inside postprocessordirectives. For example, if there are two *'s, it will turn them to html em's, which breaks things unexpectedly and requires escaping. |