Changeset 18626


Ignore:
Timestamp:
2009-03-05T14:13:23+13:00 (15 years ago)
Author:
ak19
Message:

Need to append directory separator for the current filesystem to the URL metadata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/HTMLPlugin.pm

    r18521 r18626  
    714714    if(defined $dirname) { # local directory
    715715    $dirname = $self->eval_dir_dots($dirname);
    716     $dirname .= "/" if $dirname ne ""; # if there's a directory, it should end on "/"
     716    $dirname .= &util::get_dirsep() if $dirname ne ""; # if there's a directory, it should end on "/"
    717717    $web_url = $web_url.$dirname.$utf8_file;
    718718    } else {
Note: See TracChangeset for help on using the changeset viewer.