diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-01 17:29:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-01 17:29:03 -0400 |
commit | bf386e22f5fb65999c38668cb011bdf4ae26d72c (patch) | |
tree | 7bb0c075e343e211c540b6af51658b98776ab502 /doc | |
parent | f2b1a918b022863c6baf010bee3e57b5f08a794f (diff) |
inline: Fix handling of rootpage that doesn't exist.
It makes sense to use bestlink to determine which page rootpage refers to,
but if no page matches, just use the raw value.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/inline_from_field_empty_if_rootpage_doesn__39__t_exist.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/inline_from_field_empty_if_rootpage_doesn__39__t_exist.mdwn b/doc/bugs/inline_from_field_empty_if_rootpage_doesn__39__t_exist.mdwn index 995f0836f..61aeff244 100644 --- a/doc/bugs/inline_from_field_empty_if_rootpage_doesn__39__t_exist.mdwn +++ b/doc/bugs/inline_from_field_empty_if_rootpage_doesn__39__t_exist.mdwn @@ -15,3 +15,6 @@ When I create posts (touch posts.mdwn), I get the following in index.html <input type="hidden" name="subpage" value="1" /> Bug? + +> Yes, thanks for reminding me I need to do something about that... [[done]] +> --[[Joey]] |