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

This commit is contained in:
myk%mozilla.org 2002-05-08 21:48:18 +00:00
Родитель 1414f1f513
Коммит 442cf90c0e
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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">

Просмотреть файл

@ -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">

Просмотреть файл

@ -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">