* Fix another preview will_render bug. This one involved inline,
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 24 Feb 2008 20:36:25 +0000 (15:36 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 24 Feb 2008 20:36:25 +0000 (15:36 -0500)
commitf7303db5a194bff0e0c621efedc320cf9997d35e
treec592e8abe64f89f4ff6d21ee0f475e793d4b32e5
parent023e3c47a4276bbb65aa88600778dd5a183c2e71
* Fix another preview will_render bug. This one involved inline,
  which forced a scan of the page to make available metadata that
  appeared after the inline directive. Problem is that scan made it forget
  about any other files rendered due to the page. The scan also turns out
  to be unnecessary now, since meta persistently stores state and it's
  always available. So it was just removed.
IkiWiki/Plugin/inline.pm
debian/changelog