aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>2009-07-26 22:54:00 -0400
committerJoey Hess <joey@kitenet.net>2009-07-26 22:54:00 -0400
commit58189f90a8f9b9d515299db82db72939a06ebcea (patch)
tree04812e036819c74c85c326a6a85a027cb57be15a
parentf5b676bfcc9b0660c8aa1899a13c6ffab32cee16 (diff)
downloadikiwiki-58189f90a8f9b9d515299db82db72939a06ebcea.tar
ikiwiki-58189f90a8f9b9d515299db82db72939a06ebcea.tar.gz
Changes look good to me.
-rw-r--r--doc/todo/source_link.mdwn3
1 files changed, 3 insertions, 0 deletions
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