mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
Bugfix
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1861 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
83f234cf17
commit
9d106392e6
@ -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';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user