git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1861 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
saintamh 2008-06-30 09:18:14 +00:00
parent 83f234cf17
commit 9d106392e6

View File

@ -760,7 +760,7 @@ sub make_link_absolute {
# make it point back to us if it's a link
if ($tag_name eq 'a') {
$attr_hash->{$attr_name} = 'frameset.cgi?url=' .
$attr_hash->{$attr_name} = 'index.cgi?url=' .
uri_escape ($attr_hash->{$attr_name});
$attr_hash->{target} = '_top';
}