aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-27 09:35:49 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-27 09:35:49 +0200
commit019329817761c2c594e97cf20258c48096f28116 (patch)
tree0f4e390fff5d27e1db14c8c5a2528373620f9450 /doc/todo
parent31865519fd734eab0ac8147e58d52f60cef68946 (diff)
parent4b80bb5f9c43919fb86fd4c144280ac9246d20c8 (diff)
downloadikiwiki-019329817761c2c594e97cf20258c48096f28116.tar
ikiwiki-019329817761c2c594e97cf20258c48096f28116.tar.gz
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo')
-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