Ignore:
Timestamp:
2014-03-17T21:36:16+13:00 (10 years ago)
Author:
ak19
Message:

Fourth commit for security and safe cgiargs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm

    r28804 r28911  
    918918        my $rss_entry = "<item>\n";
    919919        $rss_entry   .= "   <title>$dc_title</title>\n";
    920     $rss_entry   .= "   <link>_httpdomain__httpcollection_/document/$oid</link>\n";
     920    $rss_entry   .= "   <link>_httpdomainHtmlsafe__httpcollection_/document/$oid</link>\n";
    921921    $rss_entry   .= "</item>";
    922922
Note: See TracChangeset for help on using the changeset viewer.