Ignore:
Timestamp:
2013-01-21T19:07:55+13:00 (11 years ago)
Author:
davidb
Message:

Work done on linking collection browsing frames as well as linking to matching collection item frames.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/html-to-expeditee/trunk/src/perllib/ExpediteeFrameIO.pm

    r26749 r26767  
    621621
    622622        my $attr = {};
    623 
     623       
     624        my $link = $html_node->{'link'};
     625        $attr->{'F'} = $link if defined $link;
     626       
    624627        my $img_text = "\@i: $img_url";
    625628
     
    649652   
    650653    my $link = $html_node->{'link'};
    651     $attr->{'l'} = $link if defined $link;
     654    $attr->{'F'} = $link if defined $link;
    652655
    653656    my $data = $html_node->{'data'};
Note: See TracChangeset for help on using the changeset viewer.