Posted by entendu on August 20, 2007 at 6:48am
3 followers
| Project: | Drupal core |
| Version: | 5.x-dev |
| Component: | forms system |
| Category: | bug report |
| Priority: | normal |
| Assigned: | drumm |
| Status: | closed (fixed) |
Issue Summary
Broken link on doc page:
http://api.drupal.org/api/group/form/5
"For information on the format of the structured arrays used to define forms, and more detailed explanations of the Form API workflow, see the @link http://api.drupal.org/api/HEAD/file/developer/topics/forms_api_reference... reference @endlink and the @link http://api.drupal.org/api/HEAD/file/developer/topics/forms_api.html quickstart guide. @endlink"
Comments
#1
@link does not handle full URLs. It should.
I think this parser error need to be fixed, so marking it critical.
#2
@link now works for URLs in HEAD. Now the actual URL needs to be fixed.
#3
Correction for some changed URLs.
#4
#5
While we are here, might as well make the code sample readable.
#6
Committed to CVS HEAD. Thanks.
#7
I need to apply this to 5.x.
#8
Committed to 5.x.
#9
Automatically closed -- issue fixed for two weeks with no activity.