From: http://www.cse.unsw.edu.au/~willu/ Date: Mon, 27 Jul 2009 02:54:00 +0000 (-0400) Subject: Changes look good to me. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/58189f90a8f9b9d515299db82db72939a06ebcea Changes look good to me. --- diff --git a/doc/todo/source_link.mdwn b/doc/todo/source_link.mdwn index 962e099a6..6abfea55c 100644 --- a/doc/todo/source_link.mdwn +++ b/doc/todo/source_link.mdwn @@ -24,6 +24,9 @@ I just implemented this. There is one [[patch]] to the default page template, a >> >> --[[smcv]] +>>> That looks like a nice set of fixes. One more that might be worthwhile: instead of reading the page source into a var, and then writing it out later, it might be nice to just +>>> `print readfile(srcfile(pagesources{$page}));` at the appropriate point. -- [[Will]] + ---- diff --git a/templates/page.tmpl b/templates/page.tmpl