[pmwiki-users] anchor in url prevents editing

Patrick R. Michaud pmichaud at pobox.com
Mon Apr 16 07:47:57 CDT 2007


On Sun, Apr 15, 2007 at 01:36:12PM -0500, JB wrote:
> Having an anchor in a url makes "?action=edit" stop working.
> 
> For example at url:
> 
>    http://gnuzoo.org/test/AdvancedTableDirectives#zebratables
> 
> try to edit via URL:
> 
>    http://gnuzoo.org/test/AdvancedTableDirectives#zebratables?action=edit

It should be simply

  http://gnuzoo.org/test/AdvancedTableDirectives?action=edit

If you want the #zebratables to be there, it can be

  http://gnuzoo.org/test/AdvancedTableDirectives?action=edit#zebratables

but in this case the anchor has no effect because the edit
form doesn't contain an anchor called 'zebratables'.

Pm



More information about the pmwiki-users mailing list