Changeset 897 for trunk/wiki.cgi
- Timestamp:
- 12/09/06 13:57:31 (2 years ago)
- Files:
-
- 1 modified
-
trunk/wiki.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wiki.cgi
r867 r897 41 41 $node = $formatter->node_param_to_node_name( $node ); 42 42 43 # If we did a post, then CGI->param probably hasn't fully de-escaped, 44 # in the same way as a get would've done 45 if($q->request_method() eq "POST") { 46 $node = uri_unescape($node); 47 } 48 49 # Grab our common parameters 43 50 my $action = $q->param('action') || 'display'; 44 51 my $commit = $q->param('Save') || 0;
