diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-12-02 13:06:31 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-12-02 13:06:31 -0500 |
commit | 304e373771405f6f24a235e4113d9746c39803ad (patch) | |
tree | 54268ac44f3b1d08d0d819fd3e62739215eb1183 /doc/bugs | |
parent | e417e7a66e9109ac510e4b9a7747224d60dba85e (diff) | |
download | ikiwiki-304e373771405f6f24a235e4113d9746c39803ad.tar ikiwiki-304e373771405f6f24a235e4113d9746c39803ad.tar.gz |
note
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/bestlink_returns_deleted_pages.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/bestlink_returns_deleted_pages.mdwn b/doc/bugs/bestlink_returns_deleted_pages.mdwn index 861663a56..874f18ead 100644 --- a/doc/bugs/bestlink_returns_deleted_pages.mdwn +++ b/doc/bugs/bestlink_returns_deleted_pages.mdwn @@ -32,6 +32,9 @@ won't it make sense for bestlink() to check %pagesources first? --[[harishcm]] >> probably try using a workaround if using bestlink within the needsbuild >> or scan hooks. Maybe by testing if pagemtime equals zero. --[[harishcm]] +>>> Yeah, and bestlink could also do that. However, it feels nasty to have +>>> it need to look at pagemtime. --[[Joey]] + ---- #!/usr/bin/perl |