Show
Ignore:
Timestamp:
06/11/08 16:23:07 (7 months ago)
Author:
earle
Message:

Link dc:contributor items in RDF output to actual URIs that exist in our system; closes #250.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/OpenGuides/RDF.pm

    r1163 r1166  
    183183                    INCLUDE_PATH => "$custom_template_path:$template_path" } ); 
    184184 
     185    $tt_vars{full_cgi_url} = $config->script_url . $config->script_name; 
     186 
    185187    my $rdf; 
    186188    $tt->process( "node_rdf.tt", \%tt_vars, \$rdf );