mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 01:37:16 +00:00
Get rid of hard-coded lxr strings.
This commit is contained in:
parent
31e07bc6b3
commit
4b7dc6a000
@ -152,9 +152,9 @@ print q(
|
||||
|
||||
foreach $path (split('/',$rcs_path)) {
|
||||
$link_path .= url_encode2($path).'/' if $path ne 'mozilla';
|
||||
print "<A HREF='http://lxr.mozilla.org/mozilla/source/$link_path'>$path</a>/ ";
|
||||
print "<A HREF='$lxr_base/$link_path'>$path</a>/ ";
|
||||
}
|
||||
print "<A HREF='http://lxr.mozilla.org/mozilla/source/$link_path$file_tail'>$file_tail</a> ";
|
||||
print "<A HREF='$lxr_base/$link_path$file_tail'>$file_tail</a> ";
|
||||
|
||||
print " (";
|
||||
print "$browse_revtag:" unless $browse_revtag eq 'HEAD';
|
||||
@ -172,7 +172,7 @@ print qq(
|
||||
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
<TR>
|
||||
<TD>
|
||||
<A HREF="http://lxr.mozilla.org/mozilla/source/$link_path$file_tail">lxr</A>
|
||||
<A HREF="$lxr_base/$link_path$file_tail">lxr</A>
|
||||
</TD><TD NOWRAP>
|
||||
Browse the source code as hypertext.
|
||||
</TD>
|
||||
|
Loading…
x
Reference in New Issue
Block a user