Last half of fix for bug 142911: shows location of file instead of its name if possible.

git-svn-id: svn://10.0.0.236/trunk@121100 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
myk%mozilla.org
2002-05-08 21:48:18 +00:00
parent a0535b5bb2
commit d2241d31e8
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
<html>
<head>
<title>Doctor - committed [% file FILTER html %]</title>
<title>Doctor - committed [% (file_url ? file_url : file) FILTER html %]</title>
</head>
<body bgcolor="white" color="black">

View File

@@ -22,7 +22,7 @@
<html>
<head>
<title>Doctor - edit [% file FILTER html %]</title>
<title>Doctor - edit [% (file_url ? file_url : file) FILTER html %]</title>
</head>
<body bgcolor="white" color="black">

View File

@@ -22,7 +22,7 @@
<html>
<head>
<title>Doctor - review changes to [% file FILTER html %]</title>
<title>Doctor - review changes to [% (file_url ? file_url : file) FILTER html %]</title>
</head>
<body bgcolor="white" color="black">