diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 19:40:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 19:40:41 -0400 |
commit | 9152042aeae6aff32dd6d365a0badba8c677106b (patch) | |
tree | cdba63b6af6080b80d42ae64cee2a2de42538dd5 /doc/todo | |
parent | 135628f6d44f97a0150b2b0313a0565abe44f1ae (diff) |
fix cpan links
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/structured_page_data.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/structured_page_data.mdwn b/doc/todo/structured_page_data.mdwn index 2b8309a67..263d9453c 100644 --- a/doc/todo/structured_page_data.mdwn +++ b/doc/todo/structured_page_data.mdwn @@ -45,10 +45,10 @@ This seems conceptually straightforward, if possibly quite internally complex to handle the more complicated types and validation. One implementation wrinkle is how to build the html form. The editpage.tmpl -currently overrides the standard [[cpan CGI::FormBuilder]] generated form, +currently overrides the standard [[!cpan CGI::FormBuilder]] generated form, which was done to make the edit page be laid out in a nice way. This, however, means that new fields cannot be easily added to it using -[[cpan CGI::FormBuilder]]. The attachment plugin uses the hack of bouilding +[[!cpan CGI::FormBuilder]]. The attachment plugin uses the hack of bouilding up html by hand and dumping it into the form via a template variable. It would be nice if the type implementation code could just use |