Changeset 451

Show
Ignore:
Timestamp:
07/16/04 07:47:50 (4 years ago)
Author:
kake
Message:

Fixed bug with links in historic view.

Location:
trunk
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r445 r451  
    110.37     
    22        Fixed bug in diff view - the versions are the right way round now... 
     3          Fixed bug with links in historic view. 
    34 
    450.36    13 July 2004 
  • trunk/MANIFEST

    r440 r451  
    6262t/53_show_index.t 
    6363t/54_redirect.t 
     64t/55_node_history.t 
    6465t/61_bug_textareas.t 
    6566t/62_bug_os_coords.t 
  • trunk/lib/OpenGuides.pm

    r448 r451  
    177177                 last_modified => $modified, 
    178178                 version       => $node_data{version}, 
    179                  node_name     => CGI->escapeHTML($id), 
    180                  node_param    => CGI->escape($id), 
     179                 node          => $id, 
    181180                 language      => $config->{_}->{default_language}, 
    182181               );